diff options
author | Sven Gothel <[email protected]> | 2011-09-08 03:44:30 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-08 03:44:30 +0200 |
commit | 3812f3400e5156622ae1c11178bacc675941693b (patch) | |
tree | 9429715b151ebe06984fa875cacb0c67274f809c /src/test | |
parent | 28b0df6c300494a2b54c07fdf43ef04f5f1b0073 (diff) |
Minor edits, dead code, test invocation
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.java b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.java index 5e7316bde..6257436e8 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.java @@ -238,6 +238,8 @@ public class TestParenting02AWT extends UITestCase { } } String tstname = TestParenting02AWT.class.getName(); + org.junit.runner.JUnitCore.main(tstname); + /* org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(new String[] { tstname, "filtertrace=true", @@ -248,7 +250,7 @@ public class TestParenting02AWT extends UITestCase { "logfailedtests=true", "logtestlistenerevents=true", "formatter=org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter", - "formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,TEST-"+tstname+".xml" } ); + "formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,TEST-"+tstname+".xml" } ); */ } } |