提交 89b20202 编写于 作者: R Rossen Stoyanchev

Fix failing test

上级 c2b0fac8
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册