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 2021/03/05 17:09:53 UTC

[camel-karaf] branch master updated: Fixed karaf catalog test

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new cfab84d  Fixed karaf catalog test
cfab84d is described below

commit cfab84d971ac27c67c7b41d230e7d4ba1784ff16
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 5 18:09:42 2021 +0100

    Fixed karaf catalog test
---
 .../java/org/apache/camel/catalog/karaf/KarafRuntimeProviderTest.java  | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/catalog/camel-catalog-provider-karaf/src/test/java/org/apache/camel/catalog/karaf/KarafRuntimeProviderTest.java b/catalog/camel-catalog-provider-karaf/src/test/java/org/apache/camel/catalog/karaf/KarafRuntimeProviderTest.java
index c12052b..4aefc75 100644
--- a/catalog/camel-catalog-provider-karaf/src/test/java/org/apache/camel/catalog/karaf/KarafRuntimeProviderTest.java
+++ b/catalog/camel-catalog-provider-karaf/src/test/java/org/apache/camel/catalog/karaf/KarafRuntimeProviderTest.java
@@ -21,7 +21,6 @@ import java.util.List;
 import org.apache.camel.catalog.CamelCatalog;
 import org.apache.camel.catalog.DefaultCamelCatalog;
 import org.junit.BeforeClass;
-import org.junit.Ignore;
 import org.junit.Test;
 
 import static org.junit.Assert.assertEquals;
@@ -29,7 +28,6 @@ import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertTrue;
 
-//@Ignore("TODO: move to camel-karaf")
 public class KarafRuntimeProviderTest {
 
     static CamelCatalog catalog;
@@ -72,7 +70,6 @@ public class KarafRuntimeProviderTest {
 
         // regular components
         assertTrue(names.contains("ahc"));
-        assertTrue(names.contains("aws-s3"));
         assertTrue(names.contains("ftp"));
         assertTrue(names.contains("http"));
         assertTrue(names.contains("jetty"));