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 | |
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')
-rw-r--r-- | make/scripts/tests.bat | 4 | ||||
-rw-r--r-- | make/scripts/tests2.sh | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/make/scripts/tests.bat b/make/scripts/tests.bat index 925ad8fc0..873f039a8 100644 --- a/make/scripts/tests.bat +++ b/make/scripts/tests.bat @@ -9,13 +9,13 @@ REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParentin REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestGLWindows01NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestGLWindows02NEWTAnimated REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParenting01NEWT -REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot +scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestFocus01SwingAWTRobot REM scripts\java-win64-dbg.bat com.jogamp.test.junit.nativewindow.TestRecursiveToolkitLockCORE REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParenting03AWT -time 100000 REM scripts\java-win64.bat com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot -scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestScreenMode00NEWT +REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestScreenMode00NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestScreenMode01NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestScreenMode02NEWT 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 |