You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/02 14:46:10 UTC

[camel] branch master updated: Fixed KarafRuntimeProviderTest in camel-catalog

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 5b08ca6  Fixed KarafRuntimeProviderTest in camel-catalog
5b08ca6 is described below

commit 5b08ca662c78517c75ed6a11a54f51c02024bd8f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 2 16:45:34 2019 +0200

    Fixed KarafRuntimeProviderTest in camel-catalog
---
 .../java/org/apache/camel/catalog/karaf/KarafRuntimeProviderTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 8718481..2f24904 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
@@ -74,7 +74,7 @@ public class KarafRuntimeProviderTest {
         assertFalse(names.isEmpty());
 
         assertTrue(names.contains("bindy-csv"));
-        assertTrue(names.contains("zip"));
+        assertTrue(names.contains("zipdeflater"));
         assertTrue(names.contains("zipfile"));
     }