Skip to content

Commit

Permalink
[JENKINS-19558] Enabling test
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgarnet committed Sep 25, 2013
1 parent b350e62 commit 5b52c33
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ public class JENKINS19558 extends BaseTestClass {
@Rule
public static DescriptionRule desc = new DescriptionRule();

//@Test
@Test
@TestDescription( title = "JENKINS-19558", text = "Failed deliver looses changeset, no changelog written" )
public void jenkins19558() throws Exception {
Project project = new CCUCMRule.ProjectCreator( "JENKINS-19558", "_System@" + ccenv.getPVob(), "one_int@" + ccenv.getPVob() ).setSwipe( false ).setType( CCUCMRule.ProjectCreator.Type.child ).getProject();
Expand Down

0 comments on commit 5b52c33

Please sign in to comment.