Fix failing test

This commit is contained in:
Rossen Stoyanchev
2014-07-15 22:58:30 -04:00
parent c2b0fac852
commit 89b202029a

View File

@@ -102,6 +102,7 @@ public abstract class AbstractSockJsIntegrationTests {
this.wac.register(TestConfig.class, upgradeStrategyConfigClass());
this.wac.refresh();
this.server = createWebSocketTestServer();
this.server.setup();
this.server.deployConfig(this.wac, this.errorFilter);
this.server.start();
this.baseUrl = "http://localhost:" + this.server.getPort();