|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
- [JIRA] (JENKINS-11344) xUnit fails to p... [email protected] (JIRA)

Hi,
i am using boost 1.45 and the latest version of xunit plugin. It seems that boost messages are still not parsed corectly if they appear out of a <test case>
for example the following xml snippet produces an error, but cut/paste into a <test case>
it works:
[code]
<Message file="unittests2/main.cpp" line="111"><![CDATA[global unit test setup
testing started at Monday, 22nd of october, 2012, 8:26:46.257000
test log: 'log/mission.test.release.win32.vc.2012-10-22_08h26m46s.log'
]]></Message>
<TestLog>
<TestSuite name="Master Test Suite">
[code]
best regards