Fix TODO (redundant now Spring Integration 1.0 is used)

This commit is contained in:
David Syer
2010-04-08 09:33:12 +00:00
committed by Michael Minella
parent 9f8c1c8563
commit ed926ea7b8

View File

@@ -20,7 +20,6 @@ import static org.junit.Assert.assertNotNull;
import java.util.Arrays;
import java.util.List;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
@@ -67,8 +66,7 @@ public class ResourceSplitterIntegrationTests {
@SuppressWarnings("unchecked")
@Test
@Ignore
// TODO: unignore this when Integration supports resource array conversion again...
// This broke with Integration 2.0 in a milestone, so watch out when upgrading...
public void testVanillaConversion() throws Exception {
resources.send(new GenericMessage<String>("classpath:*-context.xml"));
Message<Resource> message = (Message<Resource>) requests.receive(200L);