X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Fsal-rest-connector%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fbase%2Fservices%2Fimpl%2FRestconfOperationsServiceTest.java;fp=restconf%2Fsal-rest-connector%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Frest%2Fservices%2Fimpl%2FRestconfOperationsServiceTest.java;h=7037bf8429ef4bc89a54f401ce41a2b38a7a19ee;hb=14e29006648677bb5c9c6e82e1a2201e005cdeca;hp=7138f1dc0b5008fe2fd888382c8b373a4ebf6df2;hpb=207f4a8a94a43a6cb310b7079f9727fea0b7e706;p=netconf.git diff --git a/restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/rest/services/impl/RestconfOperationsServiceTest.java b/restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/base/services/impl/RestconfOperationsServiceTest.java similarity index 98% rename from restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/rest/services/impl/RestconfOperationsServiceTest.java rename to restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/base/services/impl/RestconfOperationsServiceTest.java index 7138f1dc0b..7037bf8429 100644 --- a/restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/rest/services/impl/RestconfOperationsServiceTest.java +++ b/restconf/sal-rest-connector/src/test/java/org/opendaylight/restconf/base/services/impl/RestconfOperationsServiceTest.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.rest.services.impl; +package org.opendaylight.restconf.base.services.impl; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull;