Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-17830] Updated test
  • Loading branch information
wolfgarnet committed May 7, 2013
1 parent cfc873d commit b29d7bc
Showing 1 changed file with 8 additions and 4 deletions.
Expand Up @@ -54,8 +54,10 @@ public void test() throws IOException, InterruptedException {
val.checkExpectedResult( Result.SUCCESS ).
checkAction( true ).
checkTargets( new ClearCaseUCMTarget( "a-baseline-1@" + ccenv.getPVob() + ", INITIAL, false" ), new ClearCaseUCMTarget( "b-baseline-1@" + ccenv.getPVob() + ", INITIAL, false" ) ).
addElementToPathCheck( path, new SystemValidator.Element( "Server", true ) ).
addElementToPathCheck( path, new SystemValidator.Element( "Client", true ) ).
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 ) ).
checkCompatability( true ).
validate();

Expand All @@ -69,8 +71,10 @@ public void test() throws IOException, InterruptedException {
val2.checkExpectedResult( Result.SUCCESS ).
checkAction( true ).
checkTargets( new ClearCaseUCMTarget( "a-baseline-1@" + ccenv.getPVob() + ", INITIAL, false" ) ).
addElementToPathCheck( path, new SystemValidator.Element( "Server", true ) ).
addElementToPathCheck( path, new SystemValidator.Element( "Client", 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 ) ).
checkCompatability( true ).
validate();
}
Expand Down

0 comments on commit b29d7bc

Please sign in to comment.