Skip to content

Commit

Permalink
[JENKINS-16636] The build should be NOT_BUILT
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgarnet committed Feb 5, 2013
1 parent 5772cb3 commit da98811
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ public void jenkins16636() throws Exception {

/* Because there are no new baselines, the build must fail */
AbstractBuild build2 = new CCUCMRule.ProjectBuilder( project ).build();
new SystemValidator( build2 ).validateBuild( Result.FAILURE ).validate();
new SystemValidator( build2 ).validateBuild( Result.NOT_BUILT ).validate();
}

@Test
Expand Down

0 comments on commit da98811

Please sign in to comment.