From 33249b6eca519947b02f3bfbf05b73d73c936094 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 22 Feb 2012 13:30:03 +0100 Subject: DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive '!!!' occurence --- .../jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/com/jogamp') 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() { -- cgit v1.2.3