diff options
author | Sven Gothel <[email protected]> | 2010-09-28 09:33:52 +0300 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-28 09:33:52 +0300 |
commit | fab1ce7a07467065842e75c9d5c60c6bc7e305e0 (patch) | |
tree | 9999dc4cf3004f4a3ff066a68913b26694164b3e /make/scripts | |
parent | b32c65e2322bf046250b090a4c10c47a55f45c29 (diff) |
NEWT: Newt/AWT Rollback AWTParentWindowAdapter changes
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index da74603bd..e2f13ead2 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -35,4 +35,6 @@ spath=`dirname $0` # $spath/java-run-all.sh ../build-x86 com.jogamp.test.junit.newt.TestFocus01SwingAWTRobot $* $spath/java-run-all.sh ../build-x86 com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot $* +# $spath/java-run-all.sh ../build-x86 com.jogamp.test.junit.newt.parenting.TestParenting01aAWT $* + $spath/count-edt-start.sh java-run.log |