Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: ci-game-plugin
-
Labels:None
-
Environment:Platform: All, OS: All
-
Similar Issues:
Description
When adding new tests which are being skipped, ci-game counts them as 'passed'
and adds a point for each.
Skipped tests should be handled differently.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 134522 ] | JNJira + In-Review [ 202901 ] |
Code changed in hudson
User: : redsolo
Path:
trunk/hudson/plugins/ci-game/src/main/java/hudson/plugins/cigame/rules/unittesting/IncreasingPassedTestsRule.java
trunk/hudson/plugins/ci-game/src/test/java/hudson/plugins/cigame/rules/unittesting/IncreasingPassedTestsRuleTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=21653
Log:
[FIXED JENKINS-4449] - Fixed so skipped tests are ignored.