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

sergeyb 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 1f9601c  [CXF-7525] Renaming the test to avoid the future confusions
1f9601c is described below

commit 1f9601c248b4260f2fd5fd27c3d6b0ab868f5a24
Author: Sergey Beryozkin <sberyoz...@gmail.com>
AuthorDate: Fri Dec 8 10:16:10 2017 +0000

    [CXF-7525] Renaming the test to avoid the future confusions
---
 ...erviceDescriptionTest.java => SwaggerToOpenApiConversionTest.java} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/OpenApiServiceDescriptionTest.java
 
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/SwaggerToOpenApiConversionTest.java
similarity index 98%
rename from 
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/OpenApiServiceDescriptionTest.java
rename to 
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/SwaggerToOpenApiConversionTest.java
index c729c20..795974e 100644
--- 
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/OpenApiServiceDescriptionTest.java
+++ 
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/SwaggerToOpenApiConversionTest.java
@@ -40,8 +40,8 @@ import org.junit.BeforeClass;
 import org.junit.Ignore;
 import org.junit.Test;
 
-public class OpenApiServiceDescriptionTest extends 
AbstractBusClientServerTestBase {
-    static final String PORT = 
allocatePort(OpenApiServiceDescriptionTest.class);
+public class SwaggerToOpenApiConversionTest extends 
AbstractBusClientServerTestBase {
+    static final String PORT = 
allocatePort(SwaggerToOpenApiConversionTest.class);
     static final String SECURITY_DEFINITION_NAME = "basicAuth";
     
     private static final String CONTACT = "c...@apache.org";

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

Reply via email to