From 0d28e8c5e30eca6bf72507be40fdb58e86a50c5b Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 1 Jun 2017 11:16:32 -0400 Subject: [PATCH] Revert "Ignore Test (temporary)" This reverts commit a800d9683a5f958b3ebe8cfb736b468b136a3edd. --- .../integration/gateway/InnerGatewayWithChainTests.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/spring-integration-core/src/test/java/org/springframework/integration/gateway/InnerGatewayWithChainTests.java b/spring-integration-core/src/test/java/org/springframework/integration/gateway/InnerGatewayWithChainTests.java index 2029b2ed13..04f5d68cee 100644 --- a/spring-integration-core/src/test/java/org/springframework/integration/gateway/InnerGatewayWithChainTests.java +++ b/spring-integration-core/src/test/java/org/springframework/integration/gateway/InnerGatewayWithChainTests.java @@ -22,7 +22,6 @@ import static org.junit.Assert.assertTrue; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -78,11 +77,7 @@ public class InnerGatewayWithChainTests { assertEquals("ERROR from errorChannelA", reply); } - @Test @Ignore - /* - * Temporary ignore until messaging template is reverted: - * https://github.com/spring-projects/spring-framework/pull/1435#pullrequestreview-41277681 - */ + @Test public void testExceptionHandledByInnerGateway() { String reply = testGatewayWithErrorChannelA.echo(0); assertEquals("ERROR from errorChannelB", reply);