updated configuration of bean in separate test that depended on MockHandlerTests (just renamed from MockHandlerTest)

This commit is contained in:
Mark Fisher
2010-05-24 14:04:01 +00:00
parent d8c1d01f3c
commit 819ae54905

View File

@@ -18,7 +18,7 @@
<splitter id="splitter" input-channel="splitterInput" expression="payload.values" send-timeout="123"/>
<beans:bean id="mock" class="org.mockito.Mockito" factory-method="mock">
<beans:constructor-arg value="org.springframework.integration.handler.MockHandlerTest$TestInterface"/>
<beans:constructor-arg value="org.springframework.integration.handler.MockHandlerTests$TestInterface"/>
</beans:bean>
</beans:beans>