Menu

#5 characters not correctly escaped

open
nobody
None
5
2010-10-29
2010-10-29
No

I have some tests in python which output '<main.Base object at 0x26d7a90>' in the test name. This is then quoted in in the xml output, and hudson pukes on the <> characters in the xml. So not sure if this is hudsons fault, or nosexunits, but the default xunit plugin from nosetest encodes these characters with &lt; and &gt; and that what hudson expects probably.

Discussion


Log in to post a comment.