This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 4627c4d9517aa15f1dbb18dcac6d43e25f9b52a5 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 16 09:36:23 2018 +0200 Added a testComponent method call for Camel-fhir in Karaf Itest --- .../src/test/java/org/apache/camel/itest/karaf/CamelFhirTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelFhirTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelFhirTest.java index 8638e15..5eb31e3 100644 --- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelFhirTest.java +++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelFhirTest.java @@ -29,6 +29,7 @@ public class CamelFhirTest extends BaseKarafTest { public void test() throws Exception { testDataFormat(COMPONENT, "fhirJson"); testDataFormat(COMPONENT, "fhirXml"); + testComponent(COMPONENT, "fhir"); } }
