From e68918bdb3121c68a803dd40b135067873b862f8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 26 Jul 2010 19:02:56 -0700 Subject: JOGL/Junit: Temp. remove frame rendering test --- src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/junit/com') diff --git a/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java b/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java index 3e7228aba..ea31dfc02 100644 --- a/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java +++ b/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java @@ -110,7 +110,7 @@ public class TestGLWindows01NEWT { int wait=0; while(wait<10 && glWindow.getTotalFrames()<1) { Thread.sleep(100); wait++; } System.out.println("Frames for initial setVisible(true): "+glWindow.getTotalFrames()); - Assert.assertTrue(0