diff options
author | Michael Bien <[email protected]> | 2010-08-22 21:09:25 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-08-22 21:09:25 +0200 |
commit | d24cac77e8d7658b32b8bcb654e10a899de59433 (patch) | |
tree | 1ecee6a3bc12a2b71c3454ba4de0efc5e1385684 /src/junit/com | |
parent | ddb53592e6633ed2b27519790ca15e07221942ff (diff) | |
parent | 8d55c437547a697b7d0bd4dd81b6669209cf912f (diff) |
Merge branch 'master' of github.com:sgothel/jogl
Diffstat (limited to 'src/junit/com')
-rw-r--r-- | src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java | 2 |
1 files changed, 1 insertions, 1 deletions
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<glWindow.getTotalFrames()); // native expose .. + // FIXME: Assert.assertTrue(0<glWindow.getTotalFrames()); // native expose .. // Assert.assertEquals(width,glWindow.getWidth()); // Assert.assertEquals(height,glWindow.getHeight()); // System.out.println("Created: "+glWindow); |