added some permission tests to RepositoryExtendedITCase

This commit is contained in:
Sebastian Sdorra
2011-08-07 13:37:49 +02:00
parent 98eb7f814b
commit e846f80630
3 changed files with 127 additions and 40 deletions

View File

@@ -419,7 +419,7 @@ public class GitRepositoryClient extends AbstractRepositoryClient
}
catch (NoRemoteRepositoryException ex)
{
// empty repository, call init
init();
}