[Bugfix] fixed problem of starting tests due to in-use port

This commit is contained in:
Robert von Burg 2014-01-22 20:32:43 +01:00
parent 495c925094
commit c198a7337e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ import com.sun.jersey.api.client.config.DefaultClientConfig;
*/
public abstract class AbstractRestfulTest {
protected static final String BASE_URI = "http://localhost:8080/tutorialwebapp";
protected static final String BASE_URI = "http://localhost:56789/tutorialwebapp";
protected static final Logger logger = LoggerFactory.getLogger(AbstractRestfulTest.class);
private static final String RUNTIME_PATH = "target/withPrivilegeRuntime/"; //$NON-NLS-1$