Fixed, DllPlugInTester was giving the encoding provided by the command line
parser, even if it was an empty string. Solved this by making XmlOutputter
smarter (empty = default encoding).
Thanks,
Baptiste.
----- Original Message -----
From: "Philippe Lavoie" <phi...@ca...>
To: <cpp...@li...>
Sent: Thursday, April 25, 2002 2:01 AM
Subject: [Cppunit-devel] [Bug] Xml outputer
The XML outputer generates something like
<?xml version="1.0" encoding='' standalone='yes' ?>
<TestRun>
<FailedTests>
<FailedTest id="8">
IE chokes on the invalid '' delimeters and it also chokes on an invalid
encoding value (empty).
I'll correct it soon, I just wanted to report it for now as I also have to
leave now :)
Phil
_______________________________________________
Cppunit-devel mailing list
Cpp...@li...
https://lists.sourceforge.net/lists/listinfo/cppunit-devel
|