Skip to content

Commit

Permalink
[JENKINS-16636] Rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgarnet committed Feb 5, 2013
1 parent da98811 commit 9913bbb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -33,7 +33,7 @@ public class JENKINS16636 extends BaseTestClass {
public static DescriptionRule desc = new DescriptionRule();

@Test
@TestDescription( title = "JENKINS-16636", text = "No new baseline found --> But the job builds anyway" )
@TestDescription( title = "JENKINS-16636", text = "No new baseline found, but can be build anyway" )
@ClearCaseUniqueVobName( name = "NORMAL" )
public void jenkins16636() throws Exception {
Project project = new CCUCMRule.ProjectCreator( "JENKINS-16636", "_System@" + ccenv.getPVob(), "one_int@" + ccenv.getPVob() ).getProject();
Expand All @@ -49,7 +49,7 @@ public void jenkins16636() throws Exception {
}

@Test
@TestDescription( title = "JENKINS-16636", text = "No new baseline found --> But the job builds anyway" )
@TestDescription( title = "JENKINS-16636", text = "No new baseline found, but can be build anyway. Correct behaviour for ANY" )
@ClearCaseUniqueVobName( name = "ANY" )
public void jenkins16636Any() throws Exception {
Project project = new CCUCMRule.ProjectCreator( "JENKINS-16636-any", "_System@" + ccenv.getPVob(), "one_int@" + ccenv.getPVob() ).setPromotionLevel( null ).getProject();
Expand Down

0 comments on commit 9913bbb

Please sign in to comment.