Rename SwaggerObjectTest 59/105859/3
authorOleksandrZharov <Oleksandr.Zharov@pantheon.tech>
Tue, 9 May 2023 09:07:52 +0000 (11:07 +0200)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Wed, 10 May 2023 13:04:45 +0000 (15:04 +0200)
For some reason we missed out on renaming SwaggerObjectTest
during NETCONF-984. Renamed this class here.

JIRA: NETCONF-984
Change-Id: I82ab9ff279b3ec8864c91feab8be383182cb0c81
Signed-off-by: OleksandrZharov <Oleksandr.Zharov@pantheon.tech>
restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/impl/DefinitionGeneratorTest.java [moved from restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/impl/SwaggerObjectTest.java with 95% similarity]

similarity index 95%
rename from restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/impl/SwaggerObjectTest.java
rename to restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/impl/DefinitionGeneratorTest.java
index 7287fed535eb813e2e8a3bb21756c5059705f890..dbaee222cbdbc091678989c93aebe2b0d6cfb651 100644 (file)
@@ -14,7 +14,7 @@ import java.io.IOException;
 import org.junit.Test;
 import org.opendaylight.yangtools.yang.common.Revision;
 
-public final class SwaggerObjectTest extends AbstractApiDocTest {
+public final class DefinitionGeneratorTest extends AbstractApiDocTest {
     @Test
     public void testConvertToJsonSchema() throws IOException {
         final var module = CONTEXT.findModule("opflex", Revision.of("2014-05-28")).orElseThrow();