aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT10.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT10.java b/src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT10.java
index 9ac5f2668..4cfa8d9e5 100644
--- a/src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT10.java
+++ b/src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT10.java
@@ -122,12 +122,12 @@ public class TestTextRendererNEWT10 extends UITestCase {
} catch (final InterruptedException ie) {}
}
- // @Test
+ @Test
public void test00TextRendererNONE00() throws InterruptedException, GLException, IOException {
testTextRendererImpl(0, 0);
}
- // @Test
+ @Test
public void test01TextRendererMSAA04() throws InterruptedException, GLException, IOException {
testTextRendererImpl(0, 4);
}