mirror of
https://github.com/apache/archiva.git
synced 2025-03-06 16:39:13 +00:00
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 @@ protected void setUp()
|
||||
|
||||
proxy = (ProxyManager) container.lookup( ProxyManager.ROLE );
|
||||
|
||||
configuration = getTestConfiguration();
|
||||
configuration = getProxyConfiguration();
|
||||
proxy.setConfiguration( configuration );
|
||||
}
|
||||
|
||||
@ -134,7 +134,7 @@ protected void tearDown()
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
private ProxyConfiguration getTestConfiguration()
|
||||
private ProxyConfiguration getProxyConfiguration()
|
||||
throws ComponentLookupException
|
||||
{
|
||||
ProxyConfiguration config = new ProxyConfiguration();
|
||||
|
@ -43,7 +43,7 @@ protected void setUp()
|
||||
|
||||
proxy = (ProxyManager) container.lookup( ProxyManager.ROLE );
|
||||
|
||||
configuration = getTestConfiguration();
|
||||
configuration = getProxyConfiguration();
|
||||
proxy.setConfiguration( configuration );
|
||||
}
|
||||
|
||||
@ -134,7 +134,7 @@ protected void tearDown()
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
private ProxyConfiguration getTestConfiguration()
|
||||
private ProxyConfiguration getProxyConfiguration()
|
||||
throws ComponentLookupException
|
||||
{
|
||||
ProxyConfiguration config = new ProxyConfiguration();
|
||||
|
Loading…
x
Reference in New Issue
Block a user