From 9c9d0cf211f7c2b65a3d4ee09e9529c28f673fa7 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 28 Aug 2014 06:15:49 +0200 Subject: Graph/Text: Prepare unit tests for font rendering validation (WIP) --- .../com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT10.java | 4 ++-- 1 file 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); } -- cgit v1.2.3