minor improvements

This commit is contained in:
Iwein Fuld
2009-03-23 18:37:36 +00:00
parent 51142a0cd9
commit 7b32947f4e
2 changed files with 5 additions and 7 deletions

View File

@@ -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 {

View File

@@ -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() {