summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-08 03:44:30 +0200
committerSven Gothel <[email protected]>2011-09-08 03:44:30 +0200
commit3812f3400e5156622ae1c11178bacc675941693b (patch)
tree9429715b151ebe06984fa875cacb0c67274f809c /src/test
parent28b0df6c300494a2b54c07fdf43ef04f5f1b0073 (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.java4
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" } ); */
}
}