Skip to content
Snippets Groups Projects
Commit 448ab5cf authored by Tom Fischer's avatar Tom Fischer
Browse files

[postLIE] Adjust file names in Tests.cmake and pvd file.

parent 8a6dfd47
No related branches found
No related tags found
No related merge requests found
...@@ -40,11 +40,11 @@ AddTest( ...@@ -40,11 +40,11 @@ AddTest(
PATH LIE/PostProcessing PATH LIE/PostProcessing
WORKING_DIRECTORY ${Data_SOURCE_DIR}/LIE/PostProcessing WORKING_DIRECTORY ${Data_SOURCE_DIR}/LIE/PostProcessing
EXECUTABLE postLIE 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 REQUIREMENTS NOT OGS_USE_MPI AND OGS_BUILD_PROCESS_LIE
TESTER vtkdiff TESTER vtkdiff
DIFF_DATA 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( AddTest(
......
<?xml version="1.0"?> <?xml version="1.0"?>
<VTKFile type="Collection" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor"> <VTKFile type="Collection" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor">
<Collection> <Collection>
<DataSet timestep="0" group="" part="0" file="single_joint_pcs_0_ts_0_t_0.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_pcs_0_ts_1_t_1.000000.vtu"/> <DataSet timestep="1" group="" part="0" file="single_joint_ts_1_t_1.000000.vtu"/>
</Collection> </Collection>
</VTKFile> </VTKFile>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment