aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-08-27 13:23:16 +0200
committerSven Gothel <[email protected]>2023-08-27 13:23:16 +0200
commit0054a35d22ae74b8af211211715d702ef05b88a7 (patch)
tree48963f1611411dce6810274d6d8a14a608ad6df1 /make
parent7cba3e8e8bc0f224cc4be8bd1290068ed5429365 (diff)
make/scripts/test-fat-jars.sh: Adjust UISceneDemo03b -> UISceneDemo03
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/test-fat-jars.sh2
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