James Moger
2012-01-13 0f43a54527845b5873f35dc80300d578bfe84bb0
tests/com/gitblit/tests/GitBlitSuite.java
@@ -90,6 +90,10 @@
      return new FileRepository(new File(REPOSITORIES, "test/theoretical-physics.git"));
   }
   public static Repository getIssuesTestRepository() throws Exception {
      return new FileRepository(new File(REPOSITORIES, "gb-issues.git"));
   }
   public static boolean startGitblit() throws Exception {
      if (started.get()) {
         // already started
@@ -134,6 +138,8 @@
         cloneOrFetch("test/ambition.git", "https://github.com/defunkt/ambition.git");
         cloneOrFetch("test/theoretical-physics.git", "https://github.com/certik/theoretical-physics.git");
         
         JGitUtils.createRepository(REPOSITORIES, "gb-issues.git").close();
         enableTickets("ticgit.git");
         enableDocs("ticgit.git");
         showRemoteBranches("ticgit.git");