mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
added mercurial integration tests
This commit is contained in:
@@ -146,6 +146,13 @@ public class RepositoryExtendedITCase
|
||||
|
||||
params.add(new Object[] { svnRepository, "trillian", "secret" });
|
||||
|
||||
if (IOUtil.search("hg") != null)
|
||||
{
|
||||
Repository hgRepository = createRepository("hg", "trillian");
|
||||
|
||||
params.add(new Object[] { hgRepository, "trillian", "secret" });
|
||||
}
|
||||
|
||||
return params;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user