File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
spring-integration-jms/src/test/java/org/springframework/integration/jms Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 5353import org .springframework .beans .factory .support .DefaultListableBeanFactory ;
5454import org .springframework .integration .channel .QueueChannel ;
5555import org .springframework .integration .jms .JmsOutboundGateway .ReplyContainerProperties ;
56- import org .springframework .integration .test .support .LogAdjustingTestSupport ;
5756import org .springframework .integration .test .util .TestUtils ;
5857import org .springframework .integration .util .ErrorHandlingTaskExecutor ;
5958import org .springframework .jms .JmsException ;
6261import org .springframework .jms .core .MessageCreator ;
6362import org .springframework .messaging .support .GenericMessage ;
6463import org .springframework .scheduling .concurrent .ThreadPoolTaskScheduler ;
65- import org .springframework .util .ErrorHandler ;
6664import org .springframework .util .ObjectUtils ;
6765
6866/**
@@ -75,7 +73,6 @@ public class JmsOutboundGatewayTests extends ActiveMQMultiContextTests {
7573 private final Log logger = LogFactory .getLog (this .getClass ());
7674
7775
78-
7976 @ Test
8077 public void testContainerBeanNameWhenNoGatewayBeanName () {
8178 JmsOutboundGateway gateway = new JmsOutboundGateway ();
You can’t perform that action at this time.
0 commit comments