diff options
author | Sven Gothel <[email protected]> | 2013-10-27 18:57:02 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-27 18:57:02 +0100 |
commit | f73c10f71be979d214537679f85f1897c5642e11 (patch) | |
tree | 28d463b5ef9d1be32bff34925fcb9f890e62cfce /make/scripts/tests.sh | |
parent | aa7cbaea0c6998644ca9311f269ba0aae224d1c4 (diff) |
Bug 776 GLContext Sharing: Add GLSharedContextSetter to GLJPanel
Diffstat (limited to 'make/scripts/tests.sh')
-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 23477b254..4d87136c3 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -376,7 +376,8 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT1 $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT2 $* #testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2AWT3 $* -testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextWithJTabbedPaneAWT $* +testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2AWT3b $* +#testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextWithJTabbedPaneAWT $* #testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextNewtAWTBug523 $* #testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListAWT $* |