From 0db2635c337c59a149f601ef8d72b26ead4353b1 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 14 Nov 2013 20:39:31 +0100 Subject: TestPerf001GLJPanelInit02AWT: Wrong test name 'Gears' -> 'Nop' --- .../opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit02AWT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit02AWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit02AWT.java index 8b19537f8..b513af9a0 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit02AWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit02AWT.java @@ -288,7 +288,7 @@ public class TestPerf001GLJPanelInit02AWT extends UITestCase { } @Test - public void test04GearsGLJPanelDefGridMTManualFlip() throws InterruptedException, InvocationTargetException { + public void test04NopGLJPanelDefGridMTManualFlip() throws InterruptedException, InvocationTargetException { test(new GLCapabilities(null), false /*useGears*/, true /*skipGLOrientationVerticalFlip*/, width , height, frameCount, true /* initMT */, true /* useGLJPanel */, false /*useSwingDoubleBuffer*/, false /* useGLCanvas */, false /*useAnim*/, false /* overlap */); } -- cgit v1.2.3