From 448ab5cf1c987b140f005a0e389a9f75a2a06d88 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Wed, 4 Nov 2020 09:00:50 +0100
Subject: [PATCH] [postLIE] Adjust file names in Tests.cmake and pvd file.

---
 Applications/Utils/Tests.cmake                 | 4 ++--
 Tests/Data/LIE/PostProcessing/single_joint.pvd | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Applications/Utils/Tests.cmake b/Applications/Utils/Tests.cmake
index 100085f8b24..31a3b924822 100644
--- a/Applications/Utils/Tests.cmake
+++ b/Applications/Utils/Tests.cmake
@@ -40,11 +40,11 @@ AddTest(
     PATH LIE/PostProcessing
     WORKING_DIRECTORY ${Data_SOURCE_DIR}/LIE/PostProcessing
     EXECUTABLE postLIE
-    EXECUTABLE_ARGS -i single_joint_pcs_0.pvd -o ${Data_BINARY_DIR}/LIE/PostProcessing/post_single_joint_pcs_0.pvd
+    EXECUTABLE_ARGS -i single_joint.pvd -o ${Data_BINARY_DIR}/LIE/PostProcessing/post_single_joint.pvd
     REQUIREMENTS NOT OGS_USE_MPI AND OGS_BUILD_PROCESS_LIE
     TESTER vtkdiff
     DIFF_DATA
-    expected_post_single_joint_pcs_0_ts_1_t_1.000000.vtu post_single_joint_pcs_0_ts_1_t_1.000000.vtu u u 1e-14 1e-14
+    expected_post_single_joint_ts_1_t_1.000000.vtu post_single_joint_ts_1_t_1.000000.vtu u u 1e-14 1e-14
 )
 
 AddTest(
diff --git a/Tests/Data/LIE/PostProcessing/single_joint.pvd b/Tests/Data/LIE/PostProcessing/single_joint.pvd
index 630b97dd459..65029589674 100644
--- a/Tests/Data/LIE/PostProcessing/single_joint.pvd
+++ b/Tests/Data/LIE/PostProcessing/single_joint.pvd
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <VTKFile type="Collection" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor">
   <Collection>
-    <DataSet timestep="0" group="" part="0" file="single_joint_pcs_0_ts_0_t_0.000000.vtu"/>
-    <DataSet timestep="1" group="" part="0" file="single_joint_pcs_0_ts_1_t_1.000000.vtu"/>
+    <DataSet timestep="0" group="" part="0" file="single_joint_ts_0_t_0.000000.vtu"/>
+    <DataSet timestep="1" group="" part="0" file="single_joint_ts_1_t_1.000000.vtu"/>
   </Collection>
 </VTKFile>
-- 
GitLab