Need to clean the test repository after every test...

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@660920 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James William Dumay 2008-05-28 12:28:45 +00:00
parent fd1e5e3cdb
commit 2a82d13c4d

View File

@ -193,6 +193,11 @@ protected void tearDown()
sr.shutDown();
}
if (repoRootInternal.exists())
{
FileUtils.deleteDirectory(repoRootInternal);
}
super.tearDown();
}