From f6b200be4c8b90c26886c6cdd5809abac8c4ac15 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 27 Mar 2013 17:22:08 -0400 Subject: [PATCH] Reorganized to Apache Standard Directory Layout & integrated Moxie --- src/test/java/de/akquinet/devops/LaunchWithUITestConfig.java | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/de/akquinet/devops/LaunchWithUITestConfig.java b/src/test/java/de/akquinet/devops/LaunchWithUITestConfig.java similarity index 93% rename from tests/de/akquinet/devops/LaunchWithUITestConfig.java rename to src/test/java/de/akquinet/devops/LaunchWithUITestConfig.java index 594d7fc..aebde9a 100644 --- a/tests/de/akquinet/devops/LaunchWithUITestConfig.java +++ b/src/test/java/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, -- Gitblit v1.9.1