提交 df7d8623 编写于 作者: J Jesse Glick

Now it passes.

(cherry picked from commit 8f1883a0)
上级 00cbb282
...@@ -34,7 +34,6 @@ import java.util.List; ...@@ -34,7 +34,6 @@ import java.util.List;
import jenkins.model.Jenkins; import jenkins.model.Jenkins;
import net.sf.json.JSONObject; import net.sf.json.JSONObject;
import static org.junit.Assert.*; import static org.junit.Assert.*;
import org.junit.Ignore;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.jvnet.hudson.test.Issue; import org.jvnet.hudson.test.Issue;
...@@ -62,7 +61,6 @@ public class DescriptorTest { ...@@ -62,7 +61,6 @@ public class DescriptorTest {
} }
} }
@Ignore("TODO currently fails: after first configRoundtrip, builders list is empty because in newInstancesFromHeteroList $class is BuilderImpl (like stapler-class), kind=builder-a is ignored, and so d is null")
@Issue("JENKINS-26781") @Issue("JENKINS-26781")
@Test public void overriddenId() throws Exception { @Test public void overriddenId() throws Exception {
FreeStyleProject p = rule.createFreeStyleProject(); FreeStyleProject p = rule.createFreeStyleProject();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册