fix integration tests

This commit is contained in:
Sebastian Sdorra
2014-01-11 12:00:01 +01:00
parent 2ec77dc10e
commit 844a55ca98
5 changed files with 57 additions and 91 deletions

View File

@@ -77,6 +77,8 @@ public final class IntegrationTestUtil
/** Field description */
public static final String ADMIN_USERNAME = "scmadmin";
public static final String URL = "http://localhost:8081/scm";
/** Field description */
public static final String BASE_URL = "http://localhost:8081/scm/api/rest/";