You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2008/03/03 15:41:17 UTC

svn commit: r633104 - /activemq/camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpRouteTest.java

Author: hadrian
Date: Mon Mar  3 06:41:16 2008
New Revision: 633104

URL: http://svn.apache.org/viewvc?rev=633104&view=rev
Log:
CAMEL-350.

Modified:
    activemq/camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpRouteTest.java

Modified: activemq/camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpRouteTest.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpRouteTest.java?rev=633104&r1=633103&r2=633104&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpRouteTest.java (original)
+++ activemq/camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpRouteTest.java Mon Mar  3 06:41:16 2008
@@ -46,11 +46,7 @@
         //resultEndpoint.message(0).header("cheese").isEqualTo(123);
 
         sendExchange(expectedBody);
-
-        // TODO: FIX this test the line below fails because FtpConsumer[102] returns an empty array
-        //  I suspect the problem is mostly related to the FTPServer we are using for the test
-        //  The file(s) expected are present on the filesystem.
-        // resultEndpoint.assertIsSatisfied();
+        resultEndpoint.assertIsSatisfied();
     }
 
     protected void sendExchange(final Object expectedBody) {