You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/01/04 13:16:06 UTC

[cxf] branch master updated: Fixing failing test

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 4400a81  Fixing failing test
4400a81 is described below

commit 4400a81671873af56db81901e1aeddc5f966587b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jan 4 13:15:52 2018 +0000

    Fixing failing test
---
 .../cxf/systest/jaxrs/description/SwaggerToOpenApiConversionTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/SwaggerToOpenApiConversionTest.java b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/SwaggerToOpenApiConversionTest.java
index 712b1da..33f4de3 100644
--- a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/SwaggerToOpenApiConversionTest.java
+++ b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/SwaggerToOpenApiConversionTest.java
@@ -110,7 +110,7 @@ public class SwaggerToOpenApiConversionTest extends AbstractBusClientServerTestB
         List<Map<String, Object>> servers = openApiJson.getListMapProperty("servers");
         assertEquals(1, servers.size());
         assertEquals(1, servers.get(0).size());
-        assertEquals("https://localhost:" + PORT, servers.get(0).get("url"));
+        assertEquals("http://localhost:" + PORT, servers.get(0).get("url"));
         // info
         JsonMapObject info = openApiJson.getJsonMapProperty("info");
         assertEquals(4, info.size());

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].