James Moger
2013-01-15 93d506581010cdb6308ae3d282a8bc513966d70d
tests/com/gitblit/tests/GitBlitSuite.java
@@ -63,7 +63,7 @@
      FanoutServiceTest.class })
public class GitBlitSuite {
   public static final File REPOSITORIES = new File("git");
   public static final File REPOSITORIES = new File("data/git");
   static int port = 8280;
   static int shutdownPort = 8281;
@@ -117,7 +117,8 @@
            GitBlitServer.main("--httpPort", "" + port, "--httpsPort", "0", "--shutdownPort",
                  "" + shutdownPort, "--repositoriesFolder",
                  "\"" + GitBlitSuite.REPOSITORIES.getAbsolutePath() + "\"", "--userService",
                  "test-users.conf", "--settings", "test-gitblit.properties");
                  "test-users.conf", "--settings", "test-gitblit.properties",
                  "--baseFolder", "data");
         }
      });