mirror of
https://github.com/apache/archiva.git
synced 2025-02-07 10:39:02 +00:00
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:
parent
fd1e5e3cdb
commit
2a82d13c4d
@ -193,6 +193,11 @@ protected void tearDown()
|
||||
sr.shutDown();
|
||||
}
|
||||
|
||||
if (repoRootInternal.exists())
|
||||
{
|
||||
FileUtils.deleteDirectory(repoRootInternal);
|
||||
}
|
||||
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user