diff options
author | Sven Gothel <[email protected]> | 2011-10-16 07:30:32 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-16 07:30:32 +0200 |
commit | b0f4bdda9958a5e7359e088748a3a31a52b3d233 (patch) | |
tree | f73be92326cf95bb879980383e9a3c704f2ce48d /make/scripts | |
parent | cac4e2e3f2d6c69a207077fd5e0ebec803afb6b0 (diff) |
test script
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | 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 589070d70..19ce629f4 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -215,7 +215,7 @@ function testawtmt() { #testawt com.jogamp.opengl.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 #testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.newt.TestGearsNewtAWTWrapper #testawt com.jogamp.opengl.test.junit.newt.TestEventSourceNotAWTBug -#testawt com.jogamp.opengl.test.junit.newt.TestFocus01SwingAWTRobot $* +testawt com.jogamp.opengl.test.junit.newt.TestFocus01SwingAWTRobot $* #testawt com.jogamp.opengl.test.junit.newt.TestFocus02SwingAWTRobot #testawt com.jogamp.opengl.test.junit.newt.TestListenerCom01AWT #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting01aAWT $* @@ -262,7 +262,7 @@ function testawtmt() { # regressions # #testnoawt com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn $* -testnoawt com.jogamp.opengl.test.junit.jogl.swt.TestSWT02GLn $* +#testnoawt com.jogamp.opengl.test.junit.jogl.swt.TestSWT02GLn $* #testawt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAWT01GLn $* #testawt com.jogamp.opengl.test.junit.newt.TestFocus01SwingAWTRobot $* #testawt com.jogamp.opengl.test.junit.newt.TestFocus02SwingAWTRobot |