aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-12-18 06:37:40 +0100
committerSven Gothel <[email protected]>2011-12-18 06:37:40 +0100
commit7ce81cb9ec3d19cadad78a4814a94e2df7419122 (patch)
tree439f5d45b3c01153e200f4d0fcfe04d95a110fc7 /src
parenta257c96564e3afa9d030e348392f464cacd55ea7 (diff)
No GLCanvas offscreen surface (as in NEWT) - test disabled
Diffstat (limited to 'src')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingOffscreenLayer01GLCanvasAWT.java3
1 files changed, 2 insertions, 1 deletions
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 {