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/08/27 08:56:32 UTC

[camel] branch master updated: Fixed Camel-restlet test

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 d55fc4d  Fixed Camel-restlet test
d55fc4d is described below

commit d55fc4de68d1c8d9a5aff883e2c5f84ad02aa0b8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 27 10:56:11 2019 +0200

    Fixed Camel-restlet test
---
 .../org/apache/camel/component/restlet/RestletConfigurationTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-restlet/src/test/java/org/apache/camel/component/restlet/RestletConfigurationTest.java b/components/camel-restlet/src/test/java/org/apache/camel/component/restlet/RestletConfigurationTest.java
index d8f2be9..f5ec7e5 100644
--- a/components/camel-restlet/src/test/java/org/apache/camel/component/restlet/RestletConfigurationTest.java
+++ b/components/camel-restlet/src/test/java/org/apache/camel/component/restlet/RestletConfigurationTest.java
@@ -34,7 +34,7 @@ public class RestletConfigurationTest extends RestletTestSupport {
 
     @Test
     public void testConfiguration() throws Exception {
-        assertNotPresent(GsonConverter.class);
+        assertPresent(GsonConverter.class);
         assertPresent(JacksonConverter.class);
     }