diff options
author | Sven Gothel <[email protected]> | 2013-11-18 13:36:54 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-18 13:36:54 +0100 |
commit | ead9d65722ac8c647ac1dde654fd4e8250e4d572 (patch) | |
tree | dbb4e705d43cec0d63e1a14f8f8f954e52bc73c5 /make | |
parent | 97c8e627068af729d9ea0f7992b2bc5981655296 (diff) |
NewtCanvasAWT: Add method of 'isAWTEventPassThrough()', used in unit tests to fix event validation for offscreen mode (OSX/CALayer)
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 9510734a3..311bfd0a1 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -608,8 +608,8 @@ 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.TestParentingFocus02SwingAWTRobot $* +#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 $* # |