Modified test configuration after package removal.

This commit is contained in:
Mark Fisher
2008-07-07 01:57:04 +00:00
parent 590f7e9f26
commit 47c456e24b

View File

@@ -12,8 +12,8 @@
<interceptor ref="stopInterceptor"/>
</message-bus>
<beans:bean id="startInterceptor" class="org.springframework.integration.bus.interceptor.TestMessageBusStartInterceptor"/>
<beans:bean id="startInterceptor" class="org.springframework.integration.bus.TestMessageBusStartInterceptor"/>
<beans:bean id="stopInterceptor" class="org.springframework.integration.bus.interceptor.TestMessageBusStopInterceptor"/>
<beans:bean id="stopInterceptor" class="org.springframework.integration.bus.TestMessageBusStopInterceptor"/>
</beans:beans>