Hi Dennis
FYI, I updated it a bit to try different orders, as I started seeing
3.1.x failures after pushing the below fix to 3.1.x, and this is what
Colm was seeing yesterday on the master, though it was passing for Dan :-)
Rather than spending the time on completely rewriting old Swagger tests,
I just updated them to try two variations which hopefully will be
enough, if not then I will disable and look at them (in 3.1.x) later on
Sergey
On 26/05/17 14:02, [email protected] wrote:
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 <[email protected]>
Authored: Fri May 26 09:42:33 2017 +0200
Committer: Sergey Beryozkin <[email protected]>
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))))
--
Sergey Beryozkin
Talend Community Coders
http://coders.talend.com/