diff --git a/test/pom.xml b/test/pom.xml index 98448860e3b1..f76b3ca89439 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -178,7 +178,7 @@ THE SOFTWARE. org.jenkins-ci.main jenkins-test-harness - 2270.v87a_0ea_b_54da_0 + 2272.v5db_817b_a_6f0d test diff --git a/test/src/test/java/hudson/ClassicPluginStrategyTest.java b/test/src/test/java/hudson/ClassicPluginStrategyTest.java index e8472cef0d81..1bf06531d68d 100644 --- a/test/src/test/java/hudson/ClassicPluginStrategyTest.java +++ b/test/src/test/java/hudson/ClassicPluginStrategyTest.java @@ -71,7 +71,7 @@ protected Collection loadBundledPlugins() { } }; setPluginManager(pluginManager); - return new Hudson(home, createWebServer(), pluginManager); + return new Hudson(home, createWebServer2(), pluginManager); } };