tr00per / googletest

Automatically exported from code.google.com/p/googletest
0 stars 0 forks source link

the XML report may contain invalid charactor #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There were bad characters in
the XML test results that caused the SAXParser to throw an exception.

Error reported:
TestResultConverter$ConversionException:
org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x8)
was found in the CDATA section.

This happens when printing a std::string whose content is binary.

Original issue reported on code.google.com by shiq...@gmail.com on 4 Nov 2008 at 10:30

GoogleCodeExporter commented 9 years ago
This has also been reported by internal Google developers. I think we should 
bump the
priority.

Original comment by vladlosev on 24 Jul 2009 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by zhanyong...@gmail.com on 23 Sep 2009 at 10:32

GoogleCodeExporter commented 9 years ago
Fixed in 1.4.0 by Vlad Losev.

Original comment by zhanyong...@gmail.com on 2 Oct 2009 at 10:30