i noticed today that junit-basic and junit-fotree targets both fail in
trunk; i'm not sure when this regression occurred, but it would be nice if
all junit targets pass in trunk; it also makes me wonder if junit-all is
exercising all the tests from these two targets;
*junit-basic*
...
Testcase: testJpegImageConfig took 0.059 sec
Testcase: initializationError took 0.002 sec
Caused an ERROR
No runnable methods
java.lang.Exception: No runnable methods
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
Testcase: testJPEGImageLevel3 took 0.111 sec
...
*junit-fotree*
...
Testcase: initializationError took 0.032 sec
Caused an ERROR
No runnable methods
java.lang.Exception: No runnable methods
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
Testcase: testGetNextSimplePageMasterException took 0.42 sec
...