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 b29d7bc commit a0854f0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -73,8 +73,8 @@ public void test() throws IOException, InterruptedException {
checkTargets( new ClearCaseUCMTarget( "a-baseline-1@" + ccenv.getPVob() + ", INITIAL, false" ) ).
addElementToPathCheck( path, new SystemValidator.Element( "a-server", true ) ).
addElementToPathCheck( path, new SystemValidator.Element( "a-client", true ) ).
addElementToPathCheck( path, new SystemValidator.Element( "b-server", true ) ).
addElementToPathCheck( path, new SystemValidator.Element( "b-client", true ) ).
addElementToPathCheck( path, new SystemValidator.Element( "b-server", false ) ).
addElementToPathCheck( path, new SystemValidator.Element( "b-client", false ) ).
checkCompatability( true ).
validate();
}
Expand Down

0 comments on commit a0854f0

Please sign in to comment.