surefire xml report not wellformed on junit returning int ---------------------------------------------------------
Key: MSUREFIRE-125 URL: http://jira.codehaus.org/browse/MSUREFIRE-125 Project: Maven 2.x Surefire Plugin Type: Bug Versions: 2.1.2 Environment: Windows XP Pro, Java 1.5.0_06 Reporter: Andreas Schödl Attachments: SurefireXmlTest.java, TEST-de.sag.dms.junit.SurefireXmlTest.xml, de.sag.dms.junit.SurefireXmlTest.txt Surefire XML reports are not well-formed, they contain unescaped "<" and ">" characters when JUnit reports a failed assertEquals(1,2) with int. Putting attached SurefireXmlTest into your tests directory brings XML-results like the attached. excerpt: <failure type="junit.framework.AssertionFailedError" message="expected:<1> but was:<2>">junit.framework.AssertionFailedError: expected:<1> but was:<2> As you see, the element content is properly escaped, but not the content of attribute "message". -- 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