From b149cf8ac4467ede096a72d90440e6b2401def90 Mon Sep 17 00:00:00 2001 From: rinkk Date: Fri, 27 Nov 2020 12:24:53 +0100 Subject: [PATCH] [tests] switched to vtkdiff --- Applications/Utils/Tests.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Applications/Utils/Tests.cmake b/Applications/Utils/Tests.cmake index 6353679c9..5287079a7 100644 --- a/Applications/Utils/Tests.cmake +++ b/Applications/Utils/Tests.cmake @@ -481,8 +481,9 @@ AddTest( EXECUTABLE VerticalSliceFromLayers EXECUTABLE_ARGS -i AmmerLayers.txt -o ${Data_BINARY_DIR}/MeshGeoToolsLib/Ammer/AmmerSlice --start-x 3491000 --start-y 5380000 --end-x 3495000 --end-y 5385000 -r 200 REQUIREMENTS NOT OGS_USE_MPI - TESTER diff - DIFF_DATA AmmerSlice.vtu + TESTER vtkdiff -m + DIFF_DATA + AmmerSlice.vtu AmmerSlice.vtu MaterialIDs MaterialIDs 0 0 ) AddTest( -- GitLab