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/12/20 09:42:05 UTC

[camel] branch master updated: Camel-Any23: Fixed test (again)

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 da4583d  Camel-Any23: Fixed test (again)
da4583d is described below

commit da4583d12fc26b802bd3c8e94077b530e3c0b946
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 20 10:41:28 2019 +0100

    Camel-Any23: Fixed test (again)
---
 .../java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java b/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java
index cf1ff68..ed5cef2 100644
--- a/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java
+++ b/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java
@@ -38,7 +38,7 @@ public class Any23DataFormatHTTPTest extends CamelTestSupport {
         for (Exchange exchange : list) {
             Message in = exchange.getIn();
             Model resultingRDF = in.getBody(Model.class);
-            assertEquals(resultingRDF.size(), 1761);
+            assertEquals(resultingRDF.size(), 1762);
         }
     }