Skip to content

Commit

Permalink
[JENKINS-17830] Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgarnet committed May 7, 2013
1 parent 6f8754e commit 90de886
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -148,7 +148,7 @@ public void testView() throws IOException, ClearCaseException, InterruptedExcept


new Rebase( container ).addBaseline( model1 ).dropFromStream().rebase( true );
new ConfigSpec( view.getViewRoot() ).addLoadRulesFromBaseline( model1 ).generate().appy();
new ConfigSpec( view.getViewRoot() ).addLoadRule( model1 ).generate().appy();

new UpdateView( view ).swipe().overwrite().update();

Expand Down

0 comments on commit 90de886

Please sign in to comment.