Przeglądaj źródła

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


git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/moved-repo-servlet@660920 13f79535-47bb-0310-9956-ffa450edef68
moved-repo-servlet
James William Dumay 16 lat temu
rodzic
commit
4240edb936

+ 5
- 0
archiva-modules/archiva-web/archiva-webdav/src/test/java/org/apache/maven/archiva/webdav/AbstractRepositoryServletTestCase.java Wyświetl plik

@@ -193,6 +193,11 @@ public abstract class AbstractRepositoryServletTestCase
sr.shutDown();
}
if (repoRootInternal.exists())
{
FileUtils.deleteDirectory(repoRootInternal);
}
super.tearDown();
}


Ładowanie…
Anuluj
Zapisz