This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new d579f8a Fixed test d579f8a is described below commit d579f8a7b352c50fb355c67f9b7c5d739cb40ff3 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Jan 20 20:24:00 2022 +0100 Fixed test --- .../src/test/java/org/apache/camel/catalog/CamelCatalogTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java index 7219d66..47b6d26 100644 --- a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java +++ b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java @@ -773,7 +773,7 @@ public class CamelCatalogTest { assertEquals("foo", result.getLenient().iterator().next()); // data format - result = catalog.validateEndpointProperties("dataformat:zipdeflater:marshal?compressionLevel=2", true); + result = catalog.validateEndpointProperties("dataformat:zipDeflater:marshal?compressionLevel=2", true); assertTrue(result.isSuccess()); // 2 slash after component name