diff options
author | Sven Gothel <[email protected]> | 2013-11-14 20:39:31 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-14 20:39:31 +0100 |
commit | 0db2635c337c59a149f601ef8d72b26ead4353b1 (patch) | |
tree | d2d96d2de4c6447c337995b0b5bf518d5b59e4a2 | |
parent | 0302b5f91189a8b2c1e22f5a299f1ea81e599b1e (diff) |
TestPerf001GLJPanelInit02AWT: Wrong test name 'Gears' -> 'Nop'
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit02AWT.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 */); } |