diff options
author | Sven Gothel <[email protected]> | 2014-08-28 06:15:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-08-28 06:15:49 +0200 |
commit | 9c9d0cf211f7c2b65a3d4ee09e9529c28f673fa7 (patch) | |
tree | 31530a7d00544d5e3af2e9bf20261fa82c753c56 | |
parent | fc6df2f838388049c6aa6b2cacf9e76dacdb82b2 (diff) |
Graph/Text: Prepare unit tests for font rendering validation (WIP)
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT10.java | 4 |
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); } |