Correct test package 76/102376/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 14 Sep 2022 14:53:51 +0000 (16:53 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 14 Sep 2022 14:53:51 +0000 (16:53 +0200)
commit4f57ae532e90c9ab782bd0a0b2e1b81165dcab58
treea52f198cc1dbc305226faa6dcd70965532260de0
parent2756015a2bf04e5c4aefe330e573f3aa6bf93615
Correct test package

Unit tests should reside in the same package as the classes they are
testing. Fix that up.

Change-Id: If286b23228bfaa2a753522a013bd77dcc4cdc6f7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/impl/AbstractApiDocTest.java [moved from restconf/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/AbstractApiDocTest.java with 94% similarity]
restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/impl/ApiDocGeneratorRFC8040Test.java [moved from restconf/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ApiDocGeneratorRFC8040Test.java with 97% similarity]
restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/impl/ApiDocServiceImplTest.java [moved from restconf/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ApiDocServiceImplTest.java with 88% similarity]
restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/impl/DocGenTestHelper.java [moved from restconf/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/DocGenTestHelper.java with 97% similarity]
restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/impl/MountPointSwaggerTest.java [moved from restconf/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/MountPointSwaggerTest.java with 97% similarity]
restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/impl/SwaggerObjectTest.java [moved from restconf/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/SwaggerObjectTest.java with 87% similarity]