[boost] ill-formed XML in boost::unit_test logger
by Mikhail Gusarov other posts by this author
Jan 18 2005 3:03AM messages near this date
Re: [boost] Re: Race condition in boost::spirit?
|
[boost] [PATCH] ill-formed XML in boost::unit_test result
SOURCE
Unit testing library creates invalid XML when asked about XML logging
output, like this:
---------------------------------------
<TestSuite name="TaskQueue tests">
</TestSuite="TaskQueue tests">
---------------------------------------
This is a trivial 'missing braces' bug which can be fixed by the
patching libs/test/src/supplied_log_formatters.cpp. Patch is attached.
--
Mikhail Gusarov
ICQ UIN: 111575219
JID dottedmag@jabber.ru
Attachments:
supplied_log_formatters.cpp.diff
unknown1
unknown2
|