Skip to content

Commit

Permalink
Fixed test for JENKINS-29975
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed Aug 18, 2015
1 parent 0827560 commit 9ee4d72
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ public void testJENKINS29975() throws Exception {

//Last build. We have an unlabeled baseline. We should NOT build this.
SystemValidator<ClearCaseUCMTarget> targets6 = new SystemValidator<ClearCaseUCMTarget>(build6);
targets6.checkExpectedResult(Result.NOT_BUILT);
targets6.checkExpectedResult(Result.NOT_BUILT).validate();

}
}

0 comments on commit 9ee4d72

Please sign in to comment.