Skip to content

Commit

Permalink
fixup testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Nov 23, 2024
1 parent 1305366 commit 72cc385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion application/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -800,10 +800,12 @@ endif()
f3d_test(NAME TestInteractionCycleAnimationNoAnimation DATA cow.vtp INTERACTION NO_BASELINE) #W

f3d_test(NAME TestInteractionDropFiles ARGS -n INTERACTION_CONFIGURE)#X;DropEvent cow.vtp;DropEvent dragon.vtu suzanne.stl;
f3d_test(NAME TestInteractionDropFileWithQuotes ARGS -n INTERACTION_CONFIGURE)#X;DropEvent "tetrahedron, with commas, \"'`quotes\"'` & spaces.stl";
f3d_test(NAME TestInteractionMultiFileDrop ARGS --multi-file-mode=all -e INTERACTION_CONFIGURE) #DropEvent mb_1_0.vtp mb_2_0.vtp
f3d_test(NAME TestInteractionDropSameFiles ARGS -x INTERACTION_CONFIGURE)#DropEvent cow.vtp;#DropEvent dragon.vtu;#DropEvent cow.vtp#DropEvent cow.vtp;

# A proper test for this is not possible because of the double quotes
f3d_test(NAME TestInteractionDropFileWithQuotes ARGS -n INTERACTION_CONFIGURE REGEXP "tetrahedronWith\"'`Quotes\"'`.stl does not exist" NO_BASELINE)#X;DropEvent tetrahedronWith"'`Quotes"'`.stl";

# HDRI test needs https://gitlab.kitware.com/vtk/vtk/-/merge_requests/9767
if(VTK_VERSION VERSION_GREATER_EQUAL 9.2.20221220)
f3d_test(NAME TestInteractionDropHDRI INTERACTION_CONFIGURE LONG_TIMEOUT)#X;DropEvent dragon.vtu;DropEven palermo.hdr;
Expand Down
3 changes: 0 additions & 3 deletions testing/baselines/TestInteractionDropFileWithQuotes.png

This file was deleted.

3 changes: 0 additions & 3 deletions testing/data/tetrahedronWith"\`Quotes\"`.stl

This file was deleted.

0 comments on commit 72cc385

Please sign in to comment.