diff options
author | Sven Gothel <[email protected]> | 2013-11-18 13:03:58 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-18 13:03:58 +0100 |
commit | b335cf086f8ee85985962b6f6676b99ab8141a77 (patch) | |
tree | 9686eca4ae6eab2cd0631061cab72425b6309f42 /make | |
parent | 5c6c11abf643013976ecbc0df463a923a1f52696 (diff) |
NewtCanvasAWT: Use final AWT[Key|Mouse]Adapter and set downstream lazily; Consume AWT KeyEvents in downstream mode; Test respects 'consumed' key events.
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index aab20980d..9510734a3 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -608,9 +608,9 @@ function testawtswt() { #testawt com.jogamp.opengl.test.junit.newt.parenting.TestTranslucentParentingAWT $* #testnoawt com.jogamp.opengl.test.junit.newt.parenting.TestTranslucentChildWindowBug632NEWT $* -#testawt com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocus01SwingAWTRobot $* +testawt com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocus01SwingAWTRobot $* #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocus02SwingAWTRobot $* -testawt com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocus03KeyTraversalAWT $* +#testawt com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocus03KeyTraversalAWT $* # # Misc Utils |