From 984ce33106b0c0956c128e2054df30b0700ace96 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 17 Nov 2010 15:52:49 -0500 Subject: [PATCH] INT-1624 Add error-channel to event inbound channel adapter XSD, Parser, Test --- .../inbound/ApplicationEventListeningMessageProducerTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-integration-event/src/test/java/org/springframework/integration/event/inbound/ApplicationEventListeningMessageProducerTests.java b/spring-integration-event/src/test/java/org/springframework/integration/event/inbound/ApplicationEventListeningMessageProducerTests.java index 109c5772f6..345eb15148 100644 --- a/spring-integration-event/src/test/java/org/springframework/integration/event/inbound/ApplicationEventListeningMessageProducerTests.java +++ b/spring-integration-event/src/test/java/org/springframework/integration/event/inbound/ApplicationEventListeningMessageProducerTests.java @@ -40,6 +40,7 @@ import org.springframework.test.annotation.ExpectedException; /** * @author Mark Fisher + * @author Gary Russell */ public class ApplicationEventListeningMessageProducerTests {