diff options
author | Sven Gothel <[email protected]> | 2023-08-27 13:23:16 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-08-27 13:23:16 +0200 |
commit | 0054a35d22ae74b8af211211715d702ef05b88a7 (patch) | |
tree | 48963f1611411dce6810274d6d8a14a608ad6df1 /make | |
parent | 7cba3e8e8bc0f224cc4be8bd1290068ed5429365 (diff) |
make/scripts/test-fat-jars.sh: Adjust UISceneDemo03b -> UISceneDemo03
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/test-fat-jars.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/test-fat-jars.sh b/make/scripts/test-fat-jars.sh index 09f52f3c6..865aad7fd 100755 --- a/make/scripts/test-fat-jars.sh +++ b/make/scripts/test-fat-jars.sh @@ -15,7 +15,7 @@ MODULE_ARGS="--add-opens java.desktop/sun.awt=ALL-UNNAMED --add-opens java.deskt USE_CLASSPATH=jogamp-fat.jar:jogl-demos.jar TEST_CLASS=com.jogamp.opengl.demos.graph.ui.UISceneDemo20 -# TEST_CLASS=com.jogamp.opengl.demos.graph.ui.UISceneDemo03b +# TEST_CLASS=com.jogamp.opengl.demos.graph.ui.UISceneDemo03 # TEST_CLASS=com.jogamp.opengl.demos.es2.GearsES2 # TEST_CLASS=com.jogamp.opengl.demos.es2.LandscapeES2 |