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

fixed a test failure.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23354 71c3de6d-444a-0410-be80-ed276b4c234a
上级 931e2d38
......@@ -238,7 +238,7 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
hudson.getJDKs().add(new JDK("default",System.getProperty("java.home")));
// load updates from local proxy to avoid network traffic.
final String updateCenterUrl = "http://localhost:"+JavaNetReverseProxy.getInstance().localPort+"/";
final String updateCenterUrl = "http://localhost:"+JavaNetReverseProxy.getInstance().localPort+"/update-center.json";
PersistedList<UpdateSite> sites = hudson.getUpdateCenter().getSites();
sites.clear();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册