aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-10-16 07:47:58 +0200
committerSven Gothel <[email protected]>2011-10-16 07:47:58 +0200
commit3cffd63dd7bf73344aacdae35f4c7d3639393294 (patch)
tree5f7e3c45d885622280325749707da0f4cdba5d23 /make
parentb0f4bdda9958a5e7359e088748a3a31a52b3d233 (diff)
NEWT/OSX: Send events direct w/o EDT queue (like X11 and Win32)
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 19ce629f4..404bc7138 100755
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -215,8 +215,8 @@ 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.TestFocus02SwingAWTRobot
+#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 $*
#testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting01bAWT $*