mirror of https://github.com/apache/archiva.git
[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:
parent
2a3f4b76be
commit
639b5e1df2
|
@ -56,12 +56,6 @@ public class AddManagedRepositoryActionTest
|
|||
|
||||
private File location;
|
||||
|
||||
@Override
|
||||
protected String getPlexusConfigLocation()
|
||||
{
|
||||
return AbstractManagedRepositoriesAction.class.getName().replace( '.', '/' ) + "Test.xml";
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void setUp()
|
||||
throws Exception
|
||||
|
|
|
@ -68,12 +68,6 @@ public class DeleteManagedRepositoryActionTest
|
|||
|
||||
private RepositoryStatisticsManager repositoryStatisticsManager;
|
||||
|
||||
@Override
|
||||
protected String getPlexusConfigLocation()
|
||||
{
|
||||
return AbstractManagedRepositoriesAction.class.getName().replace( '.', '/' ) + "Test.xml";
|
||||
}
|
||||
|
||||
protected void setUp()
|
||||
throws Exception
|
||||
{
|
||||
|
|
|
@ -57,12 +57,6 @@ public class EditManagedRepositoryActionTest
|
|||
|
||||
private File location;
|
||||
|
||||
@Override
|
||||
protected String getPlexusConfigLocation()
|
||||
{
|
||||
return AbstractManagedRepositoriesAction.class.getName().replace( '.', '/' ) + "Test.xml";
|
||||
}
|
||||
|
||||
protected void setUp()
|
||||
throws Exception
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue