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 2016/08/02 06:11:48 UTC

[3/3] camel git commit: fix typo in text method name of FileConsumeDoneFileIssueTest

fix typo in text method name of FileConsumeDoneFileIssueTest


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

Branch: refs/heads/master
Commit: 120728af5cc7f14fbefd3bf0fec532dfd0f77d69
Parents: dc77701
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Mon Aug 1 19:56:22 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Aug 2 08:11:26 2016 +0200

----------------------------------------------------------------------
 .../apache/camel/component/file/FileConsumeDoneFileIssueTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/120728af/camel-core/src/test/java/org/apache/camel/component/file/FileConsumeDoneFileIssueTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/component/file/FileConsumeDoneFileIssueTest.java b/camel-core/src/test/java/org/apache/camel/component/file/FileConsumeDoneFileIssueTest.java
index d57781a..4f05221 100644
--- a/camel-core/src/test/java/org/apache/camel/component/file/FileConsumeDoneFileIssueTest.java
+++ b/camel-core/src/test/java/org/apache/camel/component/file/FileConsumeDoneFileIssueTest.java
@@ -60,7 +60,7 @@ public class FileConsumeDoneFileIssueTest extends ContextTestSupport {
         assertFalse("Done file should be deleted", new File("target/done/foo.done").exists());
     }
     
-    public void testFileConsumseDynamicDoneFileName() throws Exception {
+    public void testFileConsumeDynamicDoneFileName() throws Exception {
         NotifyBuilder notify = new NotifyBuilder(context).whenDone(3).create();
 
         template.sendBodyAndHeader("file:target/done2", "A", Exchange.FILE_NAME, "a.txt");