You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/02/02 17:46:13 UTC

svn commit: r905700 - /camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerAbsoluteRootPathDefaultMoveTest.java

Author: davsclaus
Date: Tue Feb  2 16:46:12 2010
New Revision: 905700

URL: http://svn.apache.org/viewvc?rev=905700&view=rev
Log:
Fixing unit test

Modified:
    camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerAbsoluteRootPathDefaultMoveTest.java

Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerAbsoluteRootPathDefaultMoveTest.java
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerAbsoluteRootPathDefaultMoveTest.java?rev=905700&r1=905699&r2=905700&view=diff
==============================================================================
--- camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerAbsoluteRootPathDefaultMoveTest.java (original)
+++ camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerAbsoluteRootPathDefaultMoveTest.java Tue Feb  2 16:46:12 2010
@@ -35,6 +35,10 @@
         super.setUp();
     }
 
+    public void testDummy() {
+	    // noop
+    }
+
     // TODO: Enable to test locally
     public void xxxTestConsumeFromAbsolutePath() throws Exception {
         MockEndpoint mock = getMockEndpoint("mock:report");