diff options
author | Sven Gothel <[email protected]> | 2010-12-12 18:43:36 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-12 18:43:36 +0100 |
commit | 519776330c78e296d9868e959ddc64d00acac496 (patch) | |
tree | 2ecce0ee8daedb75337ce10d1b2ce85e1b534eff /make | |
parent | 17fafe97b0cd098374a038d0af4c057157c2794d (diff) |
Fix API doc: firstUIActionOnProcess
Diffstat (limited to 'make')
-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 f6b46f4aa..d0250b984 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -97,13 +97,13 @@ function testawt() { #testawt com.jogamp.test.junit.jogl.awt.TestAWT03GLCanvasRecreate01 $* #testawt com.jogamp.test.junit.jogl.awt.TestAWT02WindowClosing #testawt com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsAWT -testawt com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT $* +#testawt com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT $* #testawt com.jogamp.test.junit.jogl.texture.TestTexture01AWT # # newt.awt (testawt) # -#testawt com.jogamp.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 +testawt com.jogamp.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 #testawt com.jogamp.test.junit.jogl.demos.gl2.gears.newt.TestGearsNewtAWTWrapper #testawt com.jogamp.test.junit.newt.TestEventSourceNotAWTBug #testawt com.jogamp.test.junit.newt.TestFocus01SwingAWTRobot |