diff options
author | Sven Gothel <[email protected]> | 2013-02-16 05:00:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-02-16 05:00:38 +0100 |
commit | 26a2496d9be3360aefc853fabb9dee2dc3327571 (patch) | |
tree | a281bc67de4383944c9034eb6d0309aa8bdaf979 /src | |
parent | 2ff795342c720b3b807135c632785e18cee29334 (diff) |
Fix TestWindowClosingProtocol01AWT: GLCanvas closing operation 'destroy' will no more call removeNotify() - see commit 3567e7e8519f82720f98b0b2ac30456cbfeddc0d
Diffstat (limited to 'src')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/newt/TestWindowClosingProtocol01AWT.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/TestWindowClosingProtocol01AWT.java b/src/test/com/jogamp/opengl/test/junit/newt/TestWindowClosingProtocol01AWT.java index d63f0d2a7..3a923d435 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/TestWindowClosingProtocol01AWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/TestWindowClosingProtocol01AWT.java @@ -89,7 +89,6 @@ public class TestWindowClosingProtocol01AWT extends UITestCase { Assert.assertEquals(WindowClosingMode.DISPOSE_ON_CLOSE, op); Assert.assertEquals(true, AWTRobotUtil.closeWindow(frame, false)); // no frame close - Assert.assertEquals(true, AWTRobotUtil.waitForRealized(glCanvas, false)); Assert.assertEquals(true, frame.isDisplayable()); Assert.assertEquals(true, frame.isVisible()); Assert.assertEquals(false, glCanvas.isRealized()); |