diff options
author | Sven Gothel <[email protected]> | 2023-08-07 13:32:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-08-07 13:32:06 +0200 |
commit | 5b2236c39d1aa751658f3d30101752a145af7187 (patch) | |
tree | f195121b371b0c4a9a9ed345bca756db0111cdcc /make/scripts | |
parent | c1b6094db1297f92141c4c9d9a3714ab185e242b (diff) |
scripts/tests.sh: Add TestGLJPanelReadd01Bug1310AWT
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 1e2d8d169..7e6aceb09 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -508,6 +508,7 @@ function testawtswt() { #testawt com.jogamp.opengl.test.junit.jogl.acore.anim.TestAnimatorGLJPanel01AWT $* #testawt com.jogamp.opengl.test.junit.jogl.awt.TestGLJPanelResize01AWT $* #testawt com.jogamp.opengl.test.junit.jogl.awt.TestGLCanvasResize01AWT $* +testawt com.jogamp.opengl.test.junit.jogl.awt.TestGLJPanelReadd01Bug1310AWT $* #testawt com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2AWT $* #testawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasAWT $* #testswt com.jogamp.opengl.test.junit.jogl.swt.TestGLCanvasSWTNewtCanvasSWTPosInTabs $* @@ -1001,7 +1002,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemoU01a $* #testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutGrid01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutBox01 $* -testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* #testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT21 $* #testnoawt com.jogamp.opengl.demos.av.MovieCube $* |