diff options
author | Sven Gothel <[email protected]> | 2013-07-05 01:53:59 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-05 01:53:59 +0200 |
commit | a07d1288b6dc842d02df290e4dbd6479078549a6 (patch) | |
tree | dc28f351ea36741e8d104838c5f06fc697e0d36f | |
parent | 0e8cd28f916d10f3d588114eebc903902675f063 (diff) |
TestScreenMode02bNEWT: Don't assert/wait for Screen shutdown if mode change already failed
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02bNEWT.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02bNEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02bNEWT.java index 7f4a8683f..790c4f324 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02bNEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02bNEWT.java @@ -197,7 +197,6 @@ public class TestScreenMode02bNEWT extends UITestCase { if( !smOk ) { System.err.println("ERROR: Full MonitorMode w/ rotation failure - Expected on some platforms (NV driver) - Tolerated for now."); destroyWindow(window); - Assert.assertTrue(AWTRobotUtil.waitForRealized(screen, false)); return; } Assert.assertTrue(monitor.isModeChangedByUs()); |