diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.java b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.java index 2040fb9b6..de29db417 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.java @@ -237,7 +237,7 @@ public class TestParenting01aAWT extends UITestCase { Thread.sleep(100); } - Assert.assertEquals(true, animator1.isAnimating()); // !!! + Assert.assertEquals(true, animator1.isAnimating()); SwingUtilities.invokeAndWait(new Runnable() { public void run() { |