mirror of https://github.com/apache/archiva.git
change required after plexus update
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@429587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94a7c818fd
commit
ce29219ee6
|
@ -43,7 +43,7 @@ public class DefaultProxyManagerTest
|
||||||
|
|
||||||
proxy = (ProxyManager) container.lookup( ProxyManager.ROLE );
|
proxy = (ProxyManager) container.lookup( ProxyManager.ROLE );
|
||||||
|
|
||||||
configuration = getTestConfiguration();
|
configuration = getProxyConfiguration();
|
||||||
proxy.setConfiguration( configuration );
|
proxy.setConfiguration( configuration );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -134,7 +134,7 @@ public class DefaultProxyManagerTest
|
||||||
super.tearDown();
|
super.tearDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
private ProxyConfiguration getTestConfiguration()
|
private ProxyConfiguration getProxyConfiguration()
|
||||||
throws ComponentLookupException
|
throws ComponentLookupException
|
||||||
{
|
{
|
||||||
ProxyConfiguration config = new ProxyConfiguration();
|
ProxyConfiguration config = new ProxyConfiguration();
|
||||||
|
|
|
@ -43,7 +43,7 @@ public class LegacyProxyManagerTest
|
||||||
|
|
||||||
proxy = (ProxyManager) container.lookup( ProxyManager.ROLE );
|
proxy = (ProxyManager) container.lookup( ProxyManager.ROLE );
|
||||||
|
|
||||||
configuration = getTestConfiguration();
|
configuration = getProxyConfiguration();
|
||||||
proxy.setConfiguration( configuration );
|
proxy.setConfiguration( configuration );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -134,7 +134,7 @@ public class LegacyProxyManagerTest
|
||||||
super.tearDown();
|
super.tearDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
private ProxyConfiguration getTestConfiguration()
|
private ProxyConfiguration getProxyConfiguration()
|
||||||
throws ComponentLookupException
|
throws ComponentLookupException
|
||||||
{
|
{
|
||||||
ProxyConfiguration config = new ProxyConfiguration();
|
ProxyConfiguration config = new ProxyConfiguration();
|
||||||
|
|
Loading…
Reference in New Issue