aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode00bNEWT.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode00bNEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode00bNEWT.java
index 41bdfdfd7..e9e66da2c 100644
--- a/src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode00bNEWT.java
+++ b/src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode00bNEWT.java
@@ -95,10 +95,10 @@ public class TestScreenMode00bNEWT extends UITestCase {
System.err.println("orig: "+sm_o);
System.err.println("curr: "+sm_c);
- for(i=0; i<100; i++) {
+ for(i=0; i<50; i++) {
sm_c = screen.getCurrentScreenMode();
Assert.assertNotNull(sm_c);
- System.err.print(".");
+ System.err.print("."+i);
}
System.err.println("!");