added mercurial integration tests

This commit is contained in:
Sebastian Sdorra
2011-02-22 14:34:59 +01:00
parent e8db50a9e5
commit 0fd4abd09c
3 changed files with 219 additions and 0 deletions

View File

@@ -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;
}