diff options
author | Sven Gothel <[email protected]> | 2013-11-10 16:08:16 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-10 16:08:16 +0100 |
commit | b7672bbe54d406dbf347673a85b9c9e4a8e6469a (patch) | |
tree | 2b2b85b27344ad8c6270308bd0faeb39bb86dc5b /make | |
parent | ce255aba6475c0a7b12f044a8ea700d5184f2b91 (diff) |
Add TestGLWindows03NEWTAnimResize: Test NEWT basic resize while holding position .. (to be refined)
Diffstat (limited to 'make')
-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 08505aea1..432f8f346 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -478,6 +478,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol02NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestGLWindows01NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestGLWindows02NEWTAnimated $* +testnoawt com.jogamp.opengl.test.junit.newt.TestGLWindows03NEWTAnimResize $* #testnoawt com.jogamp.opengl.test.junit.newt.TestGLWindowInvisiblePointer01NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestDisplayLifecycle01NEWT #testnoawt com.jogamp.opengl.test.junit.newt.TestDisplayLifecycle02NEWT @@ -606,7 +607,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.newt.parenting.TestTranslucentChildWindowBug632NEWT $* #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocus01SwingAWTRobot $* -testawt com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocus02SwingAWTRobot $* +#testawt com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocus02SwingAWTRobot $* #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocus03KeyTraversalAWT $* # |