Hi,
I've run the myfaces unit tests using "ant unit-test-all" from the main
build dir (current/build). I'm seeing one test case in tomahawk fail:
unit-test:
[junit] Running org.apache.myfaces.custom.date.HtmlDateRendererTest
[junit] Tests run: 8, Failures: 5, Errors: 0, Time elapsed: 0.585 sec
[junit] Test org.apache.myfaces.custom.date.HtmlDateRendererTest FAILED
[junitreport] Transform time: 183ms
How do I see more details about why the test failed?
I've tried setting property "test.reports.dir" [and verified it is
getting set by putting an <echo> in the build.xml file] but the
specified directory gets no output in it.
I've tried setting <junit printSummary="withOutAndErr"> but that doesn't
help either.
BTW: any other tips on running the unit tests (things to watch out for)?
Thanks,
Simon