File was renamed from tests/de/akquinet/devops/LaunchWithUITestConfig.java |
| | |
| | | // 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, |
| | |
| | | // 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, |