提交 3ff2b5cd 编写于 作者: K kohsuke

fixed a bug in a test

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11968 71c3de6d-444a-0410-be80-ed276b4c234a
上级 a82273ad
......@@ -24,6 +24,10 @@ public class ScmTest extends HudsonTestCase {
callback[0] = true;
return true;
}
private Object writeReplace() { // don't really care about save
return new NullSCM();
}
});
p.scheduleBuild2(0).get();
p.delete();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册