From 2ea3f82baa32ff7f25856c7e3210fb70664b49e6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 18 Sep 2012 08:33:01 +0200 Subject: unit test, typo in doc --- .../junit/jogl/acore/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.java index 64a75716b..fac40de35 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.java @@ -50,14 +50,13 @@ import org.junit.Assert; import org.junit.Assume; import org.junit.Test; -import com.jogamp.newt.opengl.GLWindow; import com.jogamp.opengl.JoglVersion; import com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2; import com.jogamp.opengl.test.junit.util.AWTRobotUtil; import com.jogamp.opengl.test.junit.util.UITestCase; /** - * Tests using a NEWT {@link GLWindow} {@link GLAutoDrawable auto drawable} for on- and offscreen cases. + * Tests using an AWT {@link GLCanvas} {@link GLAutoDrawable auto drawable} for on- and offscreen cases. *

* The NEWT {@link GLAutoDrawable} is being used to run the {@link GLEventListener}. *

-- cgit v1.2.3