From 84d3d4fe83b0876ac7e6c27bde131b0e52bb2a0d Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 18 May 2009 20:15:55 +0000 Subject: [PATCH] uncommenting test --- .../stream/config/ConsoleOutboundChannelAdapterParserTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);