|
||||||||
|
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/d/optout.

Code changed in jenkins
User: Mathieu Cantin
Path:
src/main/java/org/jenkinsci/plugins/xunit/XUnitProcessor.java
http://jenkins-ci.org/commit/xunit-plugin/fbb835f47592f7271a0ea7e2f16bfe961a0bf652
Log:
Fix
JENKINS-18443If we have 2 tests, A and B, both having the "Skip if there are no test
files" checkbox checked and parser A has test files, but parser B
doesn't. The result of parser A is ignored because parser B doesn't have
any files.
I see the reason of the line added for
JENKINS-18443, but that justhides the real problem.