Skip to content

Commit f65a771

Browse files
Sramcikrovarga
authored andcommitted
Move NC1452Test
Relocated NC1452Test to the restconf-server-spi module. JIRA: NETCONF-1349 Change-Id: Id3cd9df082dcfc3503a5501fcfab1144e711974b Signed-off-by: Matej Sramcik <matej.sramcik@pantheon.tech>
1 parent d911fab commit f65a771

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • protocol/restconf-server-spi/src/test/java/org/opendaylight/restconf/server/spi

apps/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/databind/NC1452Test.java renamed to protocol/restconf-server-spi/src/test/java/org/opendaylight/restconf/server/spi/NC1452Test.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
66
* and is available at http://www.eclipse.org/legal/epl-v10.html
77
*/
8-
package org.opendaylight.restconf.nb.rfc8040.databind;
8+
package org.opendaylight.restconf.server.spi;
99

1010
import static org.junit.jupiter.api.Assertions.assertEquals;
1111

@@ -19,7 +19,6 @@
1919
import org.opendaylight.restconf.server.api.JsonResourceBody;
2020
import org.opendaylight.restconf.server.api.ResourceBody;
2121
import org.opendaylight.restconf.server.api.XmlResourceBody;
22-
import org.opendaylight.restconf.server.spi.ApiPathNormalizer;
2322
import org.opendaylight.yangtools.databind.DatabindContext;
2423
import org.opendaylight.yangtools.yang.common.QName;
2524
import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue;

0 commit comments

Comments
 (0)