https://issues.apache.org/bugzilla/show_bug.cgi?id=34924
Bruno Harbulot <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
| |.uk
--- Comment #2 from Bruno Harbulot <[EMAIL PROTECTED]> 2008-08-11 06:42:53 PST
---
Hello,
Having the same problem, I think a quick solution in the plain formatter would
be to change:
src/main/org/apache/tools/ant/taskdefs/optional/junit/PlainJUnitResultFormatter.java,
around line 188 from:
wri.print("Testcase: "
+ JUnitVersionHelper.getTestCaseName(test));
to:
wri.print("Testcase: "
+ JUnitVersionHelper.getTestCaseClassName(test) + "."
+ JUnitVersionHelper.getTestCaseName(test));
Best wishes,
Bruno.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.