You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2018/09/27 07:13:39 UTC

[camel] branch master updated: fix log typo

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 98a0f4f  fix log typo
98a0f4f is described below

commit 98a0f4f25ac7a1ef672852a61888af0a126cb723
Author: önder sezgin <on...@apache.org>
AuthorDate: Thu Sep 27 10:13:31 2018 +0300

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

diff --git a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpProducerMoveExistingTest.java b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpProducerMoveExistingTest.java
index f610b0b..1f382c9 100644
--- a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpProducerMoveExistingTest.java
+++ b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpProducerMoveExistingTest.java
@@ -104,7 +104,7 @@ public class FtpProducerMoveExistingTest extends FtpServerTestSupport {
             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