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 fcec8af  Fixed SpringBootRuntimeProviderTest for SB camel-catalog
fcec8af is described below

commit fcec8afae4a722062d874e66a3ace68be4482e11
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu May 2 16:52:28 2019 +0200

    Fixed SpringBootRuntimeProviderTest for SB camel-catalog
---
 .../apache/camel/catalog/springboot/SpringBootRuntimeProviderTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/test/java/org/apache/camel/catalog/springboot/SpringBootRuntimeProviderTest.java
 
b/catalog/camel-catalog-provider-springboot/src/test/java/org/apache/camel/catalog/springboot/SpringBootRuntimeProviderTest.java
index 7a39e42..a588360 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/test/java/org/apache/camel/catalog/springboot/SpringBootRuntimeProviderTest.java
+++ 
b/catalog/camel-catalog-provider-springboot/src/test/java/org/apache/camel/catalog/springboot/SpringBootRuntimeProviderTest.java
@@ -76,7 +76,7 @@ public class SpringBootRuntimeProviderTest {
         assertFalse(names.isEmpty());
 
         assertTrue(names.contains("bindy-csv"));
-        assertTrue(names.contains("zip"));
+        assertTrue(names.contains("zipdeflater"));
         assertTrue(names.contains("zipfile"));
     }
 

Reply via email to