diff options
author | Sven Gothel <[email protected]> | 2013-06-17 06:19:57 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-17 06:19:57 +0200 |
commit | 24b63b18e6ca3f657350d6c80e4914eadce60164 (patch) | |
tree | 42ef4726a8b0480129f3ea9a774feb99fb12cbe5 /make/scripts | |
parent | 809201c2806485fb6cd0195d43ccf43c343d591e (diff) |
Solve Bug 735 Mystery: glViewport(..) was missing - duh :)
Diffstat (limited to 'make/scripts')
-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 ee4411c08..5fd5d621d 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -441,10 +441,10 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestLandscapeES2NEWT $* #testawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestLandscapeES2NewtCanvasAWT $* #testawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasAWT $* -#testawt com.jogamp.opengl.test.bugs.Bug735Inv0AppletAWT $* +testawt com.jogamp.opengl.test.bugs.Bug735Inv0AppletAWT $* #testawt com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT $* #testawt com.jogamp.opengl.test.bugs.Bug735Inv2AppletAWT $* -testawt com.jogamp.opengl.test.bugs.Bug735Inv3AppletAWT $* +#testawt com.jogamp.opengl.test.bugs.Bug735Inv3AppletAWT $* #testawt com.jogamp.opengl.test.bugs.Bug735Inv4AWT $* # |