Merge pull request #642 from garyrussell/INT-2767
INT-2767 Remove Unused Test Config
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans:beans xmlns="http://www.springframework.org/schema/integration"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:beans="http://www.springframework.org/schema/beans"
|
||||
xsi:schemaLocation="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">
|
||||
|
||||
<poller id="noSync" fixed-delay="3000"/>
|
||||
|
||||
<poller id="syncTrue" fixed-delay="3000" synchronized="true" />
|
||||
|
||||
<poller id="syncFalse" fixed-delay="3000" synchronized="false" />
|
||||
|
||||
</beans:beans>
|
||||
Reference in New Issue
Block a user