Polish Stomp Test

This commit is contained in:
Gary Russell
2017-06-13 17:20:47 -04:00
parent 48edc94a1e
commit de00e72e5e

View File

@@ -72,8 +72,8 @@ import org.springframework.util.SocketUtils;
public class StompServerIntegrationTests {
@ClassRule
public static Log4jClassLevelAdjuster adjuster = new Log4jClassLevelAdjuster(Level.TRACE, "org.springframework", "org.springframework.integration.stomp",
"org.apache.activemq.broker", "reactor.io", "io.netty");
public static Log4jClassLevelAdjuster adjuster = new Log4jClassLevelAdjuster(Level.TRACE, "org.springframework",
"org.springframework.integration.stomp", "org.apache.activemq.broker", "reactor.io", "io.netty");
private static BrokerService activeMQBroker;