Skip to content

Commit

Permalink
[JENKINS-18278] Fixing the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgarnet committed Sep 18, 2013
1 parent ca4f896 commit d367d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -89,7 +89,7 @@ public void jenkins18278() throws Exception {
new SystemValidator( build2 ).validateBuild( Result.SUCCESS ).addActivitiesToCheck( activities ).validate();
}

//@Test
@Test
@ClearCaseUniqueVobName( name = "trimmed" )
@TestDescription( title = "JENKINS-18278", text = "When the foundation of a Stream has changed, the change set is miscalculated, because -pred selects the foundation baseline of the other Stream AND trim changeset is enabled" )
public void jenkins18278Trimmed() throws Exception {
Expand Down
Expand Up @@ -31,7 +31,7 @@ public class JENKINS18278Interproject extends JENKINS18278Base {
@Rule
public static ClearCaseRule ccenv = new ClearCaseRule( "JENKINS-18278", "setup-interproject-basic.xml" );

@Test
//@Test
@ClearCaseUniqueVobName( name = "interproject" )
@TestDescription( title = "JENKINS-18278", text = "When the foundation of a Stream has changed, the change set is miscalculated, because -pred selects the foundation baseline of the other Stream - interproject" )
public void jenkins18278() throws Exception {
Expand Down

0 comments on commit d367d66

Please sign in to comment.