From d43bca2965ae2742b60cf243b3a9d3197999a47c Mon Sep 17 00:00:00 2001 From: Kidhar Bachan Date: Sat, 16 Mar 2024 22:26:52 +0200 Subject: [PATCH] Fix typo in test case . --> - --- application/testing/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/testing/CMakeLists.txt b/application/testing/CMakeLists.txt index d65b2e855c..7c3bbdbbf6 100644 --- a/application/testing/CMakeLists.txt +++ b/application/testing/CMakeLists.txt @@ -696,7 +696,7 @@ f3d_test(NAME TestInteractionInvertZoom DATA suzanne.ply ARGS --invert-zoom INTE f3d_test(NAME TestInteractionCameraHotkeys DATA cow.vtp INTERACTION DEFAULT_LIGHTS) f3d_test(NAME TestInteractionZoomToMouse DATA cow.vtp INTERACTION DEFAULT_LIGHTS) f3d_test(NAME TestInteractionOrthographicProjection DATA cow.vtp INTERACTION DEFAULT_LIGHTS) #5;5 -f3d_test(NAME TestInteractionOrthographicProjectionCommand ARGS --camera.orthographic DATA cow.vtp INTERACTION DEFAULT_LIGHTS) #Command line option; +f3d_test(NAME TestInteractionOrthographicProjectionCommand ARGS --camera-orthographic DATA cow.vtp INTERACTION DEFAULT_LIGHTS) #Command line option; f3d_test(NAME TestInteractionZoomToggleOrthographicProjection DATA cow.vtp INTERACTION DEFAULT_LIGHTS) #MouseWheel;5;Mousewheelx6;5 # Progress test