This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d5c0a7  Fixed SpringFtpEndpoint test from camel-itest
6d5c0a7 is described below

commit 6d5c0a7e176270f251b39e7ad7a5f769674ea2c5
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Sep 3 07:55:57 2019 +0200

    Fixed SpringFtpEndpoint test from camel-itest
---
 .../org/apache/camel/itest/ftp/SpringFtpEndpointTest-context.xml  | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git 
a/tests/camel-itest/src/test/resources/org/apache/camel/itest/ftp/SpringFtpEndpointTest-context.xml
 
b/tests/camel-itest/src/test/resources/org/apache/camel/itest/ftp/SpringFtpEndpointTest-context.xml
index 10f7fb9..7cd1961 100644
--- 
a/tests/camel-itest/src/test/resources/org/apache/camel/itest/ftp/SpringFtpEndpointTest-context.xml
+++ 
b/tests/camel-itest/src/test/resources/org/apache/camel/itest/ftp/SpringFtpEndpointTest-context.xml
@@ -29,12 +29,8 @@
     <bean id="myFTPEndpoint" 
class="org.apache.camel.component.file.remote.FtpEndpoint">
         <property name="camelContext" ref="camel"/>
         <property name="configuration" ref="ftpConfig"/>
-        <property name="consumerProperties">
-            <map key-type="java.lang.String">
-                <entry key="initialDelay" value="1000"/>
-                <entry key="delay" value="5000"/>
-            </map>
-        </property>
+        <property name="initialDelay" value="1000"/>
+        <property name="delay" value="5000"/>
     </bean>
 
     <bean id="ftpConfig" 
class="org.apache.camel.component.file.remote.FtpConfiguration">

Reply via email to