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/tests.bat | |
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/tests.bat')
-rw-r--r-- | make/scripts/tests.bat | 4 |
1 files changed, 2 insertions, 2 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 |