INT-1243 fixed class name in config file for test

This commit is contained in:
Mark Fisher
2010-07-21 13:55:13 +00:00
parent ac673cb11f
commit c51d0cfc06

View File

@@ -7,9 +7,9 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd">
<beans:bean id="testBean" class="org.springframework.integration.config.xml.MessagePublishingInterceptorParserTests$TestBean" />
<beans:bean id="testBean" class="org.springframework.integration.config.xml.PublishingInterceptorParserTests$TestBean" />
<beans:bean id="defaultTestBean" class="org.springframework.integration.config.xml.MessagePublishingInterceptorParserTests$DefaultTestBean" />
<beans:bean id="defaultTestBean" class="org.springframework.integration.config.xml.PublishingInterceptorParserTests$DefaultTestBean" />
<publish-subscribe-channel id="defaultChannel"/>
<publish-subscribe-channel id="echoChannel"/>