[ http://jira.codehaus.org/browse/SUREFIRE-52?page=comments#action_80595 ] Mirko Nasato commented on SUREFIRE-52: --------------------------------------
I'd suggest raising the Priority from Minor to Major. It may be just a presentation issue, but frankly it's quite annoying to see all the HTML reports incorrect, even for all the Maven plugins themselves http://maven.apache.org/plugins/maven-install-plugin/surefire-report.html http://maven.apache.org/plugins/maven-resources-plugin/surefire-report.html http://maven.apache.org/plugins/maven-ear-plugin/surefire-report.html ... > XML Reports include testcases from previous tests > ------------------------------------------------- > > Key: SUREFIRE-52 > URL: http://jira.codehaus.org/browse/SUREFIRE-52 > Project: surefire > Issue Type: Bug > Affects Versions: 2.0 > Reporter: bin zhu > Priority: Minor > Fix For: 2.1 > > Attachments: patch.txt > > > to reproduce > 1. create the following JUnit tests: > public class TestA extends TestCase { > public void test1() { > } > } > public class TestB extends TestCase { > public void test2() { > } > 2. run 'mvn clean install' > note that in TEST-TestB.xml includes testcase results from test1 and test2, > even though TestB only has test2() > <testsuite errors="0" skipped="0" tests="1" time="0" failures="0" > name="TestB"> > ... > <testcase time="0" name="test1"/> > <testcase time="0" name="test2"/> > </testsuite> -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira
