diff options
author | Sven Gothel <[email protected]> | 2023-10-03 02:37:32 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-10-03 02:37:32 +0200 |
commit | c8ec6fa7cc16a0777db16af8b4d0d0b898f8b546 (patch) | |
tree | 7673f7635bd1eff387552f74eae688e33694e728 /make/scripts/tests.sh | |
parent | 69549319e1d9ddf4d3903aa077f2c4cebb54195e (diff) |
GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set methods accordingly
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index dc36d7a48..1c5dcbbde 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1017,8 +1017,8 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo10 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo11 $* -#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* -testawt com.jogamp.opengl.test.junit.jogl.acore.TestDestroyGLAutoDrawableNewtAWT $* +testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* +#testawt com.jogamp.opengl.test.junit.jogl.acore.TestDestroyGLAutoDrawableNewtAWT $* #testnoawt com.jogamp.opengl.demos.av.MovieSimple $* #testnoawt com.jogamp.opengl.demos.av.MovieCube $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIMediaGrid00 $* |