mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
be sure archive mode is disabled after unit test is finished
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
*/
|
||||
|
||||
|
||||
|
||||
package sonia.scm.it;
|
||||
|
||||
//~--- non-JDK imports --------------------------------------------------------
|
||||
@@ -98,9 +99,10 @@ public class RepositoryArchiveITCase extends RepositoryTypeITCaseBase
|
||||
@After
|
||||
public void deleteTestRepository()
|
||||
{
|
||||
setArchiveMode(false);
|
||||
|
||||
if (repository != null)
|
||||
{
|
||||
setArchiveMode(false);
|
||||
deleteRepository(client, repository.getId());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user