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

onders 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 fdcfcdb  fix log typo
fdcfcdb is described below

commit fdcfcdb292aa616bcd7dbc58c9df835bbe25cfad
Author: önder sezgin <ond...@apache.org>
AuthorDate: Thu Sep 27 10:14:37 2018 +0300

    fix log typo
---
 .../camel/component/file/remote/sftp/SftpProducerMoveExistingTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/SftpProducerMoveExistingTest.java
 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/SftpProducerMoveExistingTest.java
index 3e36e2f..b76b99b 100644
--- 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/SftpProducerMoveExistingTest.java
+++ 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/SftpProducerMoveExistingTest.java
@@ -112,7 +112,7 @@ public class SftpProducerMoveExistingTest extends 
SftpServerTestSupport {
             fail("Should have thrown an exception");
         } catch (CamelExecutionException e) {
             GenericFileOperationFailedException cause = 
assertIsInstanceOf(GenericFileOperationFailedException.class, e.getCause());
-            assertTrue(cause.getMessage().startsWith("Cannot moved existing 
file"));
+            assertTrue(cause.getMessage().startsWith("Cannot move existing 
file"));
         }
 
         // we could not write the new file so the previous context should be 
there

Reply via email to