Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes ba3ea52a5 -> ab09ffcae


fixed test


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ab09ffca
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ab09ffca
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ab09ffca

Branch: refs/heads/3.1.x-fixes
Commit: ab09ffcae3434ec426d19f7141bb2c6bd22da310
Parents: ba3ea52
Author: Dennis Kieselhorst <d...@apache.org>
Authored: Fri May 26 09:42:33 2017 +0200
Committer: Sergey Beryozkin <sberyoz...@gmail.com>
Committed: Fri May 26 14:02:11 2017 +0100

----------------------------------------------------------------------
 .../jaxrs/description/AbstractSwaggerServiceDescriptionTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/ab09ffca/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/AbstractSwaggerServiceDescriptionTest.java
----------------------------------------------------------------------
diff --git 
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/AbstractSwaggerServiceDescriptionTest.java
 
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/AbstractSwaggerServiceDescriptionTest.java
index 1d5b46d..de44151 100644
--- 
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/AbstractSwaggerServiceDescriptionTest.java
+++ 
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/AbstractSwaggerServiceDescriptionTest.java
@@ -202,8 +202,8 @@ public abstract class AbstractSwaggerServiceDescriptionTest 
extends AbstractBusC
                     .add(Json.createObjectBuilder()
                         .add("path", "/bookstore/{id}")
                         .add("operations", Json.createArrayBuilder()
-                            .add(DELETE_METHOD_SPEC)
-                            .add(GET_BY_ID_METHOD_SPEC)))
+                            .add(GET_BY_ID_METHOD_SPEC)
+                            .add(DELETE_METHOD_SPEC)))
                     .add(Json.createObjectBuilder()
                         .add("path", "/bookstore")
                         .add("operations", 
Json.createArrayBuilder().add(GET_METHOD_SPEC))))

Reply via email to