[
https://issues.jenkins-ci.org/browse/JENKINS-11295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160907#comment-160907
]
Alessio M. commented on JENKINS-11295:
--------------------------------------
Here the problem is that the boost Message elements translate as follows:
{code:xml}
<testcase
classname="basic.Test_Date.d:/jkslave-ib/workspace/pricinglib-win32_msvc9_release/src/basic_test/date/test_date"
name="Test_Date_fromString" time="0">
<system-out>
[Message] - Testing input string '1988--8-8'
== [File] -
d:/jkslave-ib/workspace/pricinglib-win32_msvc9_release/src/basic_test/date/test_date.cpp
== [Line] - 366
....
</system-out>
</testcase>
{code}
Afaict removing the file path in the classname attribute above would fix this
bug.
> xUnit boost test messages are displayed under wrong Class name
> --------------------------------------------------------------
>
> Key: JENKINS-11295
> URL: https://issues.jenkins-ci.org/browse/JENKINS-11295
> Project: Jenkins
> Issue Type: Bug
> Components: xunit
> Reporter: Alessio M.
> Assignee: gbois
> Attachments: basic_test.log
>
>
> The attached file is a copy of the one attached to [JENKINS-11294].
> The BOOST_TEST_MESSAGEs are erroneously displayed under a Class named with
> the full path of the source code where the message was emitted.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira