Skip to content

Commit

Permalink
[JENKINS-25779] Making DescribableHelper.uninstantiate respect non-nu…
Browse files Browse the repository at this point in the history
…ll default values.

Originally-Committed-As: cfe1713b5fe9e966399ad7a2d47ba86b4058ae8c
  • Loading branch information
jglick committed Feb 22, 2015
1 parent 4546ac0 commit b884971
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -29,7 +29,6 @@
import org.jenkinsci.plugins.workflow.structs.DescribableHelper;
import org.junit.Test;
import static org.junit.Assert.*;
import org.junit.Ignore;
import org.junit.Rule;
import org.jvnet.hudson.test.Issue;
import org.jvnet.hudson.test.JenkinsRule;
Expand All @@ -49,7 +48,6 @@ public class InputStepTest {
assertEquals(s1.getSubmitter(), s2.getSubmitter());
}

@Ignore("TODO expected:<{message=hello world}> but was:<{id=5eb63bbbe01eeed093cb22bb8f5acdc3, message=hello world, ok=Proceed, parameters=[]}>")
@Issue("JENKINS-25779")
@WithoutJenkins
@Test public void uninstantiate() throws Exception {
Expand Down

0 comments on commit b884971

Please sign in to comment.