This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 99b94c7 Added a testComponent method call for Camel-fhir in Karaf Itest 99b94c7 is described below commit 99b94c7c124403f0fca9d6e4575130b5a96202a5 Author: Andrea Cosentino <anco...@gmail.com> 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"); } }