diff options
author | Sven Gothel <[email protected]> | 2013-07-04 19:41:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-04 19:41:37 +0200 |
commit | 1d9e043f6e0acba2dde9d4afd57bc75141ed050f (patch) | |
tree | c4097a657f60a4df3540dec785beb1d323431b91 | |
parent | 6d0607bae7884b495812d5a5d517320593dd9342 (diff) |
TestDisplayLifecycle02NEWT: Renable testDisplayCreate02 (my fault)
-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 748552a97..3ab81bd2f 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.java @@ -340,7 +340,7 @@ public class TestDisplayLifecycle02NEWT extends UITestCase { } - // @Test + @Test public void testDisplayCreate02() throws InterruptedException { Assert.assertEquals(0,Display.getActiveDisplayNumber()); |