[Boost-bugs] [Boost C++ Libraries] #11962: BOOST_TEST_MESSAGE in fixture constructor - invalid XML

Subject: [Boost-bugs] [Boost C++ Libraries] #11962: BOOST_TEST_MESSAGE in fixture constructor - invalid XML
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-02-08 05:51:53


#11962: BOOST_TEST_MESSAGE in fixture constructor - invalid XML
------------------------------------+---------------------
 Reporter: nigels.com@… | Owner: rogeeff
     Type: Bugs | Status: new
Milestone: Boost 1.61.0 | Component: test
  Version: Boost 1.61.0 | Severity: Problem
 Keywords: BOOST_TEST_MESSAGE XML |
------------------------------------+---------------------
 I came across an issue with our global fixture using BOOST_TEST_MESSAGE.
 The resulting XML file in '''--output_format=XML --log_level=all''' mode
 has the message, but not wrapped in the
 {{{
 <TestLog> ... </TestLog>
 }}}
 scope. In turn xsltproc would break on this, trying to convert to JUnit.
 I think it would be better for the BOOST_TEST_MESSAGE to either be
 silently dropped, or perhaps buffered, or TestLog XML tag should be
 forced.

 Using boost 1.59.0 here.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11962>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC