diff options
author | Sven Gothel <[email protected]> | 2010-09-28 04:50:40 +0300 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-28 04:50:40 +0300 |
commit | 6fac0b835c2c775f0693246efdf098191b3961ad (patch) | |
tree | 8d867e9f7dadac4ec3b47ddfa070d2e267a219a9 /make | |
parent | 6cc98d9d0ea0a6f7c7973d891711af2d1fa9cb9b (diff) |
NEWT Unit Focus Test: Use AWT permanent focus check on request.
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/tests.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index ab5320f07..e391698fb 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -27,9 +27,9 @@ spath=`dirname $0` # $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.parenting.TestParenting01cSwingAWT $* # $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.parenting.TestParenting02AWT $* -$spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.awt.TestSwingAWTUsageBeforeJOGLInitBug411 $* +# $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.awt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 $* -# $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus01SwingAWT $* -# $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus02SwingAWT $* +# $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus01SwingAWTRobot $* +$spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot $* $spath/count-edt-start.sh java-run.log |