aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-02-26 03:31:37 +0100
committerSven Gothel <[email protected]>2012-02-26 03:31:37 +0100
commit0bdc5fec88abd584c834ac0b4e42ca5f784e79de (patch)
tree37eca79bed7917970eeb0ea649ec96784b63fffc
parentcfa9d3d5185c1fa96d0c259d40e46813407d7b01 (diff)
Fix TestGearsGLJPanelAWTBug450 (regression of commit 397665ff472d83809a028e4f4a5d332294617623)
-rw-r--r--src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/awt/TestGearsGLJPanelAWTBug450.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/awt/TestGearsGLJPanelAWTBug450.java b/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/awt/TestGearsGLJPanelAWTBug450.java
index c724b2abe..7207e7815 100644
--- a/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/awt/TestGearsGLJPanelAWTBug450.java
+++ b/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/awt/TestGearsGLJPanelAWTBug450.java
@@ -72,7 +72,7 @@ public class TestGearsGLJPanelAWTBug450 extends UITestCase {
glp = GLProfile.get(GLProfile.GL2);
Assert.assertNotNull(glp);
width = 512;
- height = 512;
+ height = 256;
} else {
setTestSupported(false);
}