mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Fix test failures
Due to changes from revision e73789174bc1 no hgrc will be created
This commit is contained in:
@@ -74,12 +74,6 @@ public class HgRepositoryHandlerTest extends SimpleRepositoryHandlerTestBase {
|
||||
|
||||
assertTrue(hgDirectory.exists());
|
||||
assertTrue(hgDirectory.isDirectory());
|
||||
|
||||
File hgrc = new File(hgDirectory, "hgrc");
|
||||
|
||||
assertTrue(hgrc.exists());
|
||||
assertTrue(hgrc.isFile());
|
||||
assertTrue(hgrc.length() > 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user