You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2009/03/26 10:19:59 UTC

DO NOT REPLY [Bug 39492] JUnit report XSL sheet needs to escape XML in the trace

https://issues.apache.org/bugzilla/show_bug.cgi?id=39492





--- Comment #4 from Peter Jodeleit <pj...@gmx.de>  2009-03-26 02:19:56 PST ---
Here is an example from our "alltests-fails.html" which is corrupted (enclosed
in "table", this is only an part of the file):

<table>
<tr valign="top" class="Failure">
<td><a
href="de/espirit/firstspirit/server/354_TestServerReleaseAction.html">TestServerReleaseAction</a></td><td><a
name="testBug46317_PropagateDependencyCheck2"></a><a
href="de/espirit/firstspirit/server/354_TestServerReleaseAction.html#testBug46317_PropagateDependencyCheck2">testBug46317_PropagateDependencyCheck2</a></td><td>Failure</td><td>wrong
pre condition release ms xml expected:&lt;...ODE editor="2" id="2[4" name="MF"
releaseRevision="12" releasedby="2" revision="12"&gt;   &lt;MEDIUM editor="2"
filename="M" id="25]" releaseRevision="1...&gt; but was:&lt;...ODE editor="2"
id="2[3" name="MF" releaseRevision="12" releasedby="2" revision="12"&gt;  
&lt;MEDIUM editor="2" filename="M" id="24]" releaseRevision="1...&gt;<br>

<br>
<code>junit.framework.ComparisonFailure: wrong pre condition release ms xml
expected:<...ODE editor="2" id="2[4" name="MF" releaseRevision="12"
releasedby="2" revision="12"><br/>        <MEDIUM editor="2" filename="M"
id="25]" releaseRevision="1...> but was:<...ODE editor="2" id="2[3" name="MF"
releaseRevision="12" releasedby="2" revision="12"><br/>        <MEDIUM
editor="2" filename="M" id="24]" releaseRevision="1...><br/>    at
de.espirit.firstspirit.server.TestServerReleaseAction.testBug46317_PropagateDependencyCheck2(TestServerReleaseAction.java:4130)<br/></code></td><td>1.104</td>
</tr>
</table>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.