diff options
author | Sven Gothel <[email protected]> | 2019-11-21 03:04:33 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-11-21 03:04:33 +0100 |
commit | 4a072cd1c09d3f2ba5fd04033091836d195c9409 (patch) | |
tree | 079eb5ddac33ca2b9dfa34d981812617842bdebf /src/test | |
parent | e509bac8554b5a5e8a7cec6638aad53c4129eb68 (diff) |
Bug 1393: MacOS: Wait for window position setting on main-thread (blocking)
Also issue the orderFront0 call within createWindow1 (aligned with IOS code)
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.java index 2fbe88901..97a56ab2a 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.java @@ -367,7 +367,7 @@ public class TestDisplayLifecycle02NEWT extends UITestCase { } - @Test + // @Test public void testDisplayCreate02() throws InterruptedException { Assert.assertEquals(0,Display.getActiveDisplayNumber()); |