aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-07-05 01:53:59 +0200
committerSven Gothel <[email protected]>2013-07-05 01:53:59 +0200
commita07d1288b6dc842d02df290e4dbd6479078549a6 (patch)
treedc28f351ea36741e8d104838c5f06fc697e0d36f
parent0e8cd28f916d10f3d588114eebc903902675f063 (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.java1
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());