X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-rfc8040%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fnb%2Frfc8040%2Futils%2Fmapping%2FRestconfMappingNodeUtilTest.java;fp=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Futils%2Fmapping%2FRestconfMappingNodeUtilTest.java;h=d3839245e7d7e9a9d16e2b1890abee8f4d3514fa;hb=c9e58b14754cdc059ef63f870f74de65a5e0a15d;hp=8abf3581c82b1a93b7ea2911b49b3f0223235729;hpb=824baf9fe14e31465c58f3842c4cb0aa88b34757;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/utils/mapping/RestconfMappingNodeUtilTest.java b/restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/utils/mapping/RestconfMappingNodeUtilTest.java similarity index 96% rename from restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/utils/mapping/RestconfMappingNodeUtilTest.java rename to restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/utils/mapping/RestconfMappingNodeUtilTest.java index 8abf3581c8..d3839245e7 100644 --- a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/utils/mapping/RestconfMappingNodeUtilTest.java +++ b/restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/utils/mapping/RestconfMappingNodeUtilTest.java @@ -5,7 +5,7 @@ * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ -package org.opendaylight.restconf.utils.mapping; +package org.opendaylight.restconf.nb.rfc8040.utils.mapping; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; @@ -30,12 +30,12 @@ import org.junit.Test; import org.junit.rules.ExpectedException; import org.mockito.Mock; import org.mockito.MockitoAnnotations; -import org.opendaylight.controller.md.sal.rest.common.TestRestconfUtils; -import org.opendaylight.restconf.Rfc8040.IetfYangLibrary; -import org.opendaylight.restconf.Rfc8040.MonitoringModule; -import org.opendaylight.restconf.Rfc8040.MonitoringModule.QueryParams; -import org.opendaylight.restconf.Rfc8040.RestconfModule; -import org.opendaylight.restconf.utils.parser.ParserIdentifier; +import org.opendaylight.restconf.nb.rfc8040.Rfc8040.IetfYangLibrary; +import org.opendaylight.restconf.nb.rfc8040.Rfc8040.MonitoringModule; +import org.opendaylight.restconf.nb.rfc8040.Rfc8040.MonitoringModule.QueryParams; +import org.opendaylight.restconf.nb.rfc8040.Rfc8040.RestconfModule; +import org.opendaylight.restconf.nb.rfc8040.TestRestconfUtils; +import org.opendaylight.restconf.nb.rfc8040.utils.parser.ParserIdentifier; import org.opendaylight.yangtools.yang.common.QName; import org.opendaylight.yangtools.yang.common.SimpleDateFormatUtil; import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;