diff --git a/org.springframework.integration.stream/src/test/java/org/springframework/integration/stream/config/ConsoleOutboundChannelAdapterParserTests.java b/org.springframework.integration.stream/src/test/java/org/springframework/integration/stream/config/ConsoleOutboundChannelAdapterParserTests.java index e4fba18a97..6608d9cccf 100644 --- a/org.springframework.integration.stream/src/test/java/org/springframework/integration/stream/config/ConsoleOutboundChannelAdapterParserTests.java +++ b/org.springframework.integration.stream/src/test/java/org/springframework/integration/stream/config/ConsoleOutboundChannelAdapterParserTests.java @@ -133,7 +133,7 @@ public class ConsoleOutboundChannelAdapterParserTests { assertEquals("bad", err.toString()); } - //@Test + @Test public void stdoutAdatperWithAppendNewLine() { ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext( "consoleOutboundChannelAdapterParserTests.xml", ConsoleOutboundChannelAdapterParserTests.class);