From 7ce81cb9ec3d19cadad78a4814a94e2df7419122 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 18 Dec 2011 06:37:40 +0100 Subject: No GLCanvas offscreen surface (as in NEWT) - test disabled --- .../junit/newt/parenting/TestParentingOffscreenLayer01GLCanvasAWT.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingOffscreenLayer01GLCanvasAWT.java b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingOffscreenLayer01GLCanvasAWT.java index d8c75624e..1367a27dd 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingOffscreenLayer01GLCanvasAWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingOffscreenLayer01GLCanvasAWT.java @@ -109,10 +109,11 @@ public class TestParentingOffscreenLayer01GLCanvasAWT extends UITestCase { testOffscreenLayerGLCanvas_Impl(false, false); } + /** We have no GLCanvas OffscreenWindow as we have for NEWT .. test disabled. @Test public void testOffscreenLayerGLCanvas_OffscreenLayerWithOffscreenClass() throws InterruptedException, InvocationTargetException { testOffscreenLayerGLCanvas_Impl(true, true); - } + } */ @Test public void testOffscreenLayerGLCanvas_OffscreenLayerWithOnscreenClass() throws InterruptedException, InvocationTargetException { -- cgit v1.2.3