|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

. For one of our Jobs to be built, at generatedJUnitFiles\CppUnit there exist the files TEST-1404055753.xml and TEST--2066736517.xml, both with this text inside:
<?xml version="1.0" encoding="UTF-8"?>
<testsuite errors="0" failures="1" tests="3" name="cppunit">
<testcase classname="TestEditorBridge" name="testRunOperation" time="0">
<failure message="equality assertion failed - Expected: 0 - Actual : -2"
type="Assertion"/>
<system-err> [File] - .\MOG\Operation\EditorBridge\TestEditorBridge.cpp [Line] - 64 </system-err>
</testcase>
<testcase classname="TestEditorBridge" name="testInvalidConfigParams" time="0"/>
<testcase classname="TestEditorBridge" name="testInvalidThumbnail" time="0"/>
</testsuite>
. Also, I've noted that the xunit latest version is 1.53 (on xunit site), and my Jenkins (v1.502) just shows xunit v1.52 as last version.
. The other slaves don't have this problem