From 34d54a9af4413eab840ef9055400e2f5845b4f3a Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 3 Sep 2015 18:14:08 +0200 Subject: Bug 1211: Custom size for TestBug1211IRQ00NEWT Tested on GNU/Linux desktop machines (also our test node w/ nvidia, producing the issue sometimes) with jre8, jre7 and jre6. No interruption detected .. sadly. --- .../jogamp/opengl/test/junit/newt/TestBug1211IRQ00NEWT.java | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/test/com') diff --git a/src/test/com/jogamp/opengl/test/junit/newt/TestBug1211IRQ00NEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/TestBug1211IRQ00NEWT.java index b45d696f0..33f119b6f 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/TestBug1211IRQ00NEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/TestBug1211IRQ00NEWT.java @@ -60,6 +60,8 @@ public class TestBug1211IRQ00NEWT extends UITestCase { static GLProfile glp; static long durationTest00 = 1000; // ms static long durationTest01 = 1000; // ms + static int width = 800; + static int height = 600; @BeforeClass public static void initClass() { @@ -86,7 +88,7 @@ public class TestBug1211IRQ00NEWT extends UITestCase { demo.setVerbose(false); glWindow.addGLEventListener(demo); - glWindow.setSize(512, 512); + glWindow.setSize(width, height); return glWindow; } @@ -218,13 +220,17 @@ public class TestBug1211IRQ00NEWT extends UITestCase { for(int i=0; i