James Moger
2013-03-27 f6b200be4c8b90c26886c6cdd5809abac8c4ac15
src/test/java/de/akquinet/devops/LaunchWithUITestConfig.java
File was renamed from tests/de/akquinet/devops/LaunchWithUITestConfig.java
@@ -44,7 +44,8 @@
      // different ports than in testParallelLaunchOfSeveralInstances to
      // ensure that both test cases do not affect each others test results
      int httpPort = 9191, httpsPort = 9292, shutdownPort = 9393;
      String gitblitPropertiesPath = "test-ui-gitblit.properties", usersPropertiesPath = "test-ui-users.conf";
      String gitblitPropertiesPath = "src/test/config/test-ui-gitblit.properties",
            usersPropertiesPath = "src/test/config/test-ui-users.conf";
      GitblitRunnable gitblitRunnable = new GitblitRunnable(httpPort,
            httpsPort, shutdownPort, gitblitPropertiesPath,
@@ -74,7 +75,8 @@
      // ensure that both test cases do not affect each others test results
      int httpPort = 9797, httpsPort = 9898, shutdownPort = 9999;
      int httpPort2 = 9494, httpsPort2 = 9595, shutdownPort2 = 9696;
      String gitblitPropertiesPath = "test-ui-gitblit.properties", usersPropertiesPath = "test-ui-users.conf";
      String gitblitPropertiesPath = "src/test/config/test-ui-gitblit.properties",
            usersPropertiesPath = "src/test/config/test-ui-users.conf";
      GitblitRunnable gitblitRunnable = new GitblitRunnable(httpPort,
            httpsPort, shutdownPort, gitblitPropertiesPath,