removed wrong value form one of the fields in test xml file

This commit is contained in:
Oleg Zhurakousky
2010-11-22 10:50:29 -05:00
parent 229345838e
commit 43c9a5b270

View File

@@ -10,7 +10,7 @@
<bean id="ftpSessionFactory" class="org.springframework.integration.ftp.session.DefaultFtpSessionFactory">
<property name="host" value="localhost"/>
<property name="username" value="ozhurakousky"/>
<property name="password" value="seva@1994"/>
<property name="password" value="xxxx"/>
<property name="remoteWorkingDirectory" value="/Users/ozhurakousky/workspace-sts-2.3.3.M2/si/spring-integration/spring-integration-ftp/remote-target-dir"/>
</bean>