DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6351>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6351 Corrupting <junit> XML output with System.out.println [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | Summary|CDATA should be used for |Corrupting <junit> XML |capture of system-out and |output with |system-err |System.out.println ------- Additional Comments From [EMAIL PROTECTED] 2002-02-10 22:21 ------- Ok, here's a concrete example: char c = 0; System.out.println( c ); This will corrupt the resultant XML file, at least such that Xalan 2.2.1 reports: [junitreport] The file <filename>.xml is not a valid XML document. It is possibly corrupted. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
