Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPJUNITREPORT-9 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPJUNITREPORT-9 Summary: Report displays wrong results when failed tests have underscores in names Type: Bug Status: Unassigned Priority: Critical Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-junitreport-plugin Assignee: Reporter: Juergen Baier Created: Fri, 3 Dec 2004 7:30 AM Updated: Fri, 3 Dec 2004 7:30 AM Environment: Java 1.4 Maven 1.0 Description: I have some test classes which have underscores in their names: package mypackage; public class MyTest extends TestCase { public test_bug123() { ...} public testOther() { ... } } If the test_bug123 fails then it appears as follows: [Summary] Tests 1 Failures 1 [Package List] mypackage MyTest: Failures: 1 <clicking on "MyTest"> MyTest testOther OK This means in the section where all tests for a specific class are listed the failed test (with the underscore in the name) is not displayed at all. I'd consider this as a serious bug because the report seems to indicate that all tests did run correctly (developers are just wondering why the report displays a failed test in the [Summary] section when in fact no test failed. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
