Repository: camel Updated Branches: refs/heads/master 3cc67114a -> 0f5b58161
Fixed test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/bae087ed Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/bae087ed Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/bae087ed Branch: refs/heads/master Commit: bae087ed229733cbabb57bda294763c850ef0ac1 Parents: 3cc6711 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Aug 3 15:13:12 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Aug 3 15:13:12 2016 +0200 ---------------------------------------------------------------------- .../file/FileComponentConfigurationAndDocumentationTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/bae087ed/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 35f0072..5db3a1a 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,6 @@ public class FileComponentConfigurationAndDocumentationTest extends ContextTestS assertNotNull(json); assertTrue(json.contains("\"directoryName\": { \"kind\": \"path\", \"group\": \"common\", \"required\": \"true\"")); - assertTrue(json.contains("\"doneFileName\": { \"kind\": \"parameter\", \"group\": \"producer\", \"label\": \"producer\", \"type\": \"string\"")); assertTrue(json.contains("\"autoCreate\": { \"kind\": \"parameter\", \"group\": \"advanced\", \"label\": \"advanced\", \"type\": \"boolean\"")); assertTrue(json.contains("\"readLockMinAge\": { \"kind\": \"parameter\", \"group\": \"lock\", \"label\": \"consumer,lock\"")); }