A user is trying to run the old-style Derby tests on Windows. He is seeing failures on all of the unit tests, (the ones which extend T_Generic). For those tests, the output lacks two diagnostic lines at the start which announce that a unit test has started and finished successfully. For instance:

********* Diff file derbyall/derbylang/langUnitTests.diff
*** Start: langUnitTests jdk1.6.0_24-ea derbyall:derbylang 2010-12-30 15:21:55 ***
1,2d0
< -- Unit Test T_Like starting
< -- Unit Test T_Like finished
Test Failed.
*** End: langUnitTests jdk1.6.0_24-ea derbyall:derbylang 2010-12-30 15:22:06 ***

Those diagnostic lines are generated by System.out.println() statements in T_Generic. Does this sound familiar to anyone? Any theories about what might be misconfigured?

Thanks,
-Rick

Reply via email to