Fix compile failure after back ports/cherry-picks

This commit is contained in:
Daniel Kulp 2015-10-28 11:00:41 -04:00
parent 7eb9b218b2
commit 82e12f0e5f
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ public class StompTestSupport {
}
public void startBroker() throws Exception {
createBroker();
createBroker(true);
XStreamBrokerContext context = new XStreamBrokerContext();
brokerService.setBrokerContext(context);