change integration test port from 8080 to 8081

This commit is contained in:
Sebastian Sdorra
2011-02-16 08:54:57 +01:00
parent 020f069fa2
commit d7adb0732a
2 changed files with 7 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ public class AbstractITCaseBase
/** Field description */
public static final String BASE_URL =
"http://localhost:8080/scm-webapp/api/rest/";
"http://localhost:8081/scm-webapp/api/rest/";
//~--- methods --------------------------------------------------------------