Skip to content

Commit

Permalink
Fix typo in test case . --> -
Browse files Browse the repository at this point in the history
  • Loading branch information
kidharb committed Mar 16, 2024
1 parent 2921dcc commit d43bca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d43bca2

Please sign in to comment.