Fixed CS

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a5970087
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a5970087
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a5970087

Branch: refs/heads/master
Commit: a59700876b9316b384ad54ad4a0e5bb11fbc7ca6
Parents: b429e48
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Thu Sep 8 08:37:56 2016 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Thu Sep 8 08:37:56 2016 +0200

----------------------------------------------------------------------
 .../camel/component/file/remote/FtpConsumerFileSplitTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a5970087/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerFileSplitTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerFileSplitTest.java
 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerFileSplitTest.java
index 6cba739..1692156 100644
--- 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerFileSplitTest.java
+++ 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerFileSplitTest.java
@@ -36,7 +36,7 @@ public class FtpConsumerFileSplitTest extends 
FtpServerTestSupport {
     @Test
     public void testFtpRoute() throws Exception {
         MockEndpoint resultEndpoint = getMockEndpoint("mock:result");
-        resultEndpoint.expectedBodiesReceived("line1","line2","line3");
+        resultEndpoint.expectedBodiesReceived("line1", "line2", "line3");
 
         template.sendBodyAndHeader(getFtpUrl(), new 
File("src/test/data/ftptextfile/textexample.txt"), Exchange.FILE_NAME, 
"textexample.txt");
 
@@ -54,4 +54,4 @@ public class FtpConsumerFileSplitTest extends 
FtpServerTestSupport {
             }
         };
     }
-}
\ No newline at end of file
+}

Reply via email to