From 8ce5203a581e731d5aa7d553455b04213d94115c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 9 Oct 2015 02:03:27 +0200 Subject: Bug 1249: Revert TestParenting01NEWT durationPerTest back to 600 (otherwise breaks test) --- make/scripts/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/scripts/tests.sh') diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 4eea408d9..b584cfc74 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -809,8 +809,8 @@ function testawtswt() { # Bug 1249 - NEWT X11: # - setVisible(false) IconicState not listening to _NET_WM_STATE_HIDDEN; # - setVisible(true) not restoring from _NET_WM_STATE_HIDDEN -testnoawt com.jogamp.opengl.test.junit.newt.TestGLWindows00NEWT $* -#testnoawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT $* +#testnoawt com.jogamp.opengl.test.junit.newt.TestGLWindows00NEWT $* +testnoawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT $* # # NEWT Parenting (w/ NEWT, AWT or SWT) -- cgit v1.2.3