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 2015/09/16 15:03:54 UTC

[4/5] camel git commit: CAMEL-9131: Add more labels to endpoint/component options.

CAMEL-9131: Add more labels to endpoint/component options.


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

Branch: refs/heads/master
Commit: 717a42d5a3a5d148b11562618a26c561beb93a1e
Parents: c34d1aa
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Sep 16 14:01:16 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Sep 16 14:01:16 2015 +0200

----------------------------------------------------------------------
 .../file/FileComponentConfigurationAndDocumentationTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/717a42d5/camel-core/src/test/java/org/apache/camel/component/file/FileComponentConfigurationAndDocumentationTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/component/file/FileComponentConfigurationAndDocumentationTest.java b/camel-core/src/test/java/org/apache/camel/component/file/FileComponentConfigurationAndDocumentationTest.java
index fd2355a..65c67a9 100644
--- a/camel-core/src/test/java/org/apache/camel/component/file/FileComponentConfigurationAndDocumentationTest.java
+++ b/camel-core/src/test/java/org/apache/camel/component/file/FileComponentConfigurationAndDocumentationTest.java
@@ -42,7 +42,7 @@ public class FileComponentConfigurationAndDocumentationTest extends ContextTestS
         assertNotNull(json);
 
         assertTrue(json.contains("\"doneFileName\": { \"kind\": \"parameter\", \"label\": \"producer\", \"type\": \"string\""));
-        assertTrue(json.contains("\"exclude\": { \"kind\": \"parameter\", \"label\": \"consumer\", \"type\": \"string\""));
+        assertTrue(json.contains("\"exclude\": { \"kind\": \"parameter\", \"label\": \"consumer,filter\", \"type\": \"string\""));
         assertTrue(json.contains("\"delete\": { \"kind\": \"parameter\", \"label\": \"consumer\", \"type\": \"boolean\""));
     }