提交 8f21c855 编写于 作者: R Rossen Stoyanchev

Explicitly close Spring context in WS integration test

上级 8c727be4
......@@ -113,6 +113,12 @@ public abstract class AbstractWebSocketIntegrationTests {
catch (Throwable t) {
logger.error("Failed to stop server", t);
}
try {
this.wac.close();
}
catch (Throwable t) {
logger.error("Failed to close WebApplicationContext", t);
}
}
protected String getWsBaseUrl() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册