diff options
author | Sven Gothel <[email protected]> | 2010-09-27 04:54:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-27 04:54:51 +0200 |
commit | 0c840749f7e4cc08d70c952cf24060f1ed63589a (patch) | |
tree | 36600b357a02bd521d24d7385089b9bb30900732 /make | |
parent | 92b6858a9acb25eba641e3f959eb7908845c874e (diff) |
NEWT Robot Unit Tests: Bring Window to Front and position mouse
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 70bc83ad4..ab5320f07 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.TestSwingAWTUsageBeforeJOGLInitBug411 $* -$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.TestFocus01SwingAWT $* +# $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus02SwingAWT $* $spath/count-edt-start.sh java-run.log |