From 1d9e043f6e0acba2dde9d4afd57bc75141ed050f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 4 Jul 2013 19:41:37 +0200 Subject: TestDisplayLifecycle02NEWT: Renable testDisplayCreate02 (my fault) --- .../com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/com') 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()); -- cgit v1.2.3