From 7b32947f4e86c061fc2519d7756b64802ed8ec57 Mon Sep 17 00:00:00 2001 From: Iwein Fuld Date: Mon, 23 Mar 2009 18:37:36 +0000 Subject: [PATCH] minor improvements --- .../ws/config/WebServiceInboundGatewayParserTests.java | 6 +++++- .../integration/config/SelectorChainParserTests.java | 6 ------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests.java b/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests.java index 60d58b52a2..18a08734d9 100644 --- a/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests.java +++ b/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests.java @@ -27,10 +27,14 @@ import org.springframework.integration.core.MessageChannel; import org.springframework.integration.ws.MarshallingWebServiceInboundGateway; import org.springframework.integration.ws.SimpleWebServiceInboundGateway; import org.springframework.oxm.AbstractMarshaller; -import org.springframework.oxm.Marshaller; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; +/** + * + * @author Iwein Fuld + * + */ @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration public class WebServiceInboundGatewayParserTests { diff --git a/org.springframework.integration/src/test/java/org/springframework/integration/config/SelectorChainParserTests.java b/org.springframework.integration/src/test/java/org/springframework/integration/config/SelectorChainParserTests.java index 1a4436bc57..2e3314ff62 100644 --- a/org.springframework.integration/src/test/java/org/springframework/integration/config/SelectorChainParserTests.java +++ b/org.springframework.integration/src/test/java/org/springframework/integration/config/SelectorChainParserTests.java @@ -21,7 +21,6 @@ import static org.junit.Assert.assertTrue; import java.util.List; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -46,11 +45,6 @@ public class SelectorChainParserTests { @Autowired ApplicationContext context; - - @Test @Ignore - public void topLevelSelector() throws Exception { - MessageSelector topLevelSelector = (MessageSelector) context.getBean("topLevelSelector"); - } @Test public void selectorChain() {