If no tests were run (e.g. typo in the test class name with a purpose-built configuration) then the summary throws NPE.
result:
[java] Exception in thread "main" java.lang.NullPointerException
[java] at org.apache.jdo.tck.util.ResultSummary.main(ResultSummary.java:73)
[java] [ERROR] Java Result: 1
Description
If no tests were run (e.g. typo in the test class name with a purpose-built configuration) then the summary throws NPE.
result:
[java] Exception in thread "main" java.lang.NullPointerException
[java] at org.apache.jdo.tck.util.ResultSummary.main(ResultSummary.java:73)
[java] [ERROR] Java Result: 1
Craig Russell added a comment - 12/Feb/06 04:54 AM Please review this patch. If no tests were run, there is no result summary file produced, and the result prints as:
result:
[java] No tests were run.
[java] See file '/Users/clr/apachejdo/jdo/trunk/tck20/target/logs/20060211-112657/TCK-results.txt' for details.
result:
[java] No tests were run.
[java] See file '/Users/clr/apachejdo/jdo/trunk/tck20/target/logs/20060211-112657/TCK-results.txt' for details.