[MRM-1293] remove use of repository content statistics from the managed repository deletion

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@888249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2009-12-08 04:04:03 +00:00
parent 2a3f4b76be
commit 639b5e1df2
3 changed files with 0 additions and 18 deletions

View File

@ -56,12 +56,6 @@ public class AddManagedRepositoryActionTest
private File location; private File location;
@Override
protected String getPlexusConfigLocation()
{
return AbstractManagedRepositoriesAction.class.getName().replace( '.', '/' ) + "Test.xml";
}
@Override @Override
protected void setUp() protected void setUp()
throws Exception throws Exception

View File

@ -68,12 +68,6 @@ public class DeleteManagedRepositoryActionTest
private RepositoryStatisticsManager repositoryStatisticsManager; private RepositoryStatisticsManager repositoryStatisticsManager;
@Override
protected String getPlexusConfigLocation()
{
return AbstractManagedRepositoriesAction.class.getName().replace( '.', '/' ) + "Test.xml";
}
protected void setUp() protected void setUp()
throws Exception throws Exception
{ {

View File

@ -57,12 +57,6 @@ public class EditManagedRepositoryActionTest
private File location; private File location;
@Override
protected String getPlexusConfigLocation()
{
return AbstractManagedRepositoriesAction.class.getName().replace( '.', '/' ) + "Test.xml";
}
protected void setUp() protected void setUp()
throws Exception throws Exception
{ {