Skip to content

Commit

Permalink
Fix JENKINS-14052
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Jun 9, 2012
1 parent b8358b9 commit 56a4d6b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ public Result getResultThresholdNumber(XUnitLog log,
return Result.FAILURE;
}

if (isValid(getUnstableNewThreshold())
if (isValid(getFailureNewThreshold())
&& (convertToInteger(getFailureNewThreshold()) < newTestCount)) {
log.infoConsoleLogger("The new number of tests for this category exceeds the specified 'new failure' threshold value.");
return Result.FAILURE;
Expand Down

0 comments on commit 56a4d6b

Please sign in to comment.