diff options
author | Sven Gothel <[email protected]> | 2010-11-02 04:08:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-02 04:08:45 +0100 |
commit | 95a6f59f82fb2bfbc9316843ec760532baa17b0d (patch) | |
tree | ae980df55658e93b8fe34e3299123bf1a88c5712 /make/scripts/tests2.sh | |
parent | c5676b1b8e223c927be3169747e1028ed2edc7f3 (diff) |
Fix focus test for windows: increase mouse click start delay, so previous focus click won't be counted
Diffstat (limited to 'make/scripts/tests2.sh')
-rw-r--r-- | make/scripts/tests2.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/make/scripts/tests2.sh b/make/scripts/tests2.sh index cf0b38705..cce1c3e19 100644 --- a/make/scripts/tests2.sh +++ b/make/scripts/tests2.sh @@ -25,7 +25,8 @@ function jrun() { #D_ARGS="-Dnewt.debug.EDT -Djogamp.common.utils.locks.Lock.timeout=600000 -Djogl.debug.Animator -Dnewt.debug.Display -Dnewt.debug.Screen" #D_ARGS="-Dnewt.debug.EDT -Dnewt.debug.Display -Dnativewindow.debug.X11Util -Djogl.debug.GLDrawable -Djogl.debug.GLCanvas" #D_ARGS="-Dnewt.debug.EDT -Djogl.debug.GLContext" - D_ARGS="-Dnewt.debug.Screen -Dnewt.debug.EDT" + #D_ARGS="-Dnewt.debug.Screen -Dnewt.debug.EDT" + D_ARGS="-Dnewt.debug.EDT" # D_ARGS="-Djogl.debug=all" java $X_ARGS $D_ARGS $* 2>&1 | tee -a java-run.log } @@ -45,7 +46,7 @@ function testawt() { #testawt com.jogamp.test.junit.jogl.texture.TestTexture01AWT #testawt com.jogamp.test.junit.newt.TestEventSourceNotAWTBug #testawt com.jogamp.test.junit.newt.TestFocus01SwingAWTRobot -#testawt com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot +testawt com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot #testawt com.jogamp.test.junit.newt.TestListenerCom01AWT #testawt com.jogamp.test.junit.newt.parenting.TestParenting01aAWT #testawt com.jogamp.test.junit.newt.parenting.TestParenting01bAWT @@ -61,7 +62,7 @@ function testawt() { #testawt com.jogamp.test.junit.newt.parenting.TestParenting01NEWT #testawt com.jogamp.test.junit.newt.parenting.TestParenting02NEWT -testawt com.jogamp.test.junit.newt.TestScreenMode00NEWT +#testawt com.jogamp.test.junit.newt.TestScreenMode00NEWT #testawt com.jogamp.test.junit.newt.TestScreenMode01NEWT #testawt com.jogamp.test.junit.newt.TestScreenMode02NEWT |