diff options
author | Sven Gothel <[email protected]> | 2012-02-26 03:31:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-26 03:31:37 +0100 |
commit | 0bdc5fec88abd584c834ac0b4e42ca5f784e79de (patch) | |
tree | 37eca79bed7917970eeb0ea649ec96784b63fffc /src | |
parent | cfa9d3d5185c1fa96d0c259d40e46813407d7b01 (diff) |
Fix TestGearsGLJPanelAWTBug450 (regression of commit 397665ff472d83809a028e4f4a5d332294617623)
Diffstat (limited to 'src')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/awt/TestGearsGLJPanelAWTBug450.java | 2 |
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); } |