-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Fitnesse plugin sets the builds result as failed when Fitnesse tests are run and the test results include failed tests (wrong and/or exception count > 0). The plugin should set the build result as unstable for this case, which is consistent with the behavior of other plugins for junit and testng testing.
Code changed in jenkins
User: Christopher Orr
Path:
src/main/java/hudson/plugins/fitnesse/FitnesseResults.java
http://jenkins-ci.org/commit/fitnesse-plugin/dbce1c7ced47050904ddddee86654debc672feb2
Log:
Merge pull request #6 from daldinger/master
[FIXED JENKINS-17398] Mark the build as unstable when there are test failures.
Compare: https://github.com/jenkinsci/fitnesse-plugin/compare/006aaf6180d8...dbce1c7ced47