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 bb24763 Fixed Camel-CXF Karaf ITest
bb24763 is described below
commit bb24763ac5f6730cf6ebf4bfa4ab5904fa6cbf69
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Feb 4 12:36:59 2019 +0100
Fixed Camel-CXF Karaf ITest
---
.../src/test/java/org/apache/camel/itest/karaf/CamelCxfTest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelCxfTest.java
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelCxfTest.java
index a8db8ed..b015598 100644
---
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelCxfTest.java
+++
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelCxfTest.java
@@ -29,7 +29,6 @@ public class CamelCxfTest extends BaseKarafTest {
public void test() throws Exception {
testComponent(COMPONENT, "cxf");
testComponent(COMPONENT, "cxfrs");
- testComponent(COMPONENT, "cxfbean");
}
-}
\ No newline at end of file
+}