Rename netconf-impl to netconf-server
[netconf.git] / protocol / netconf-server / src / test / java / org / opendaylight / netconf / server / mapping / operations / DefaultStopExiTest.java
similarity index 94%
rename from protocol/netconf-impl/src/test/java/org/opendaylight/netconf/impl/mapping/operations/DefaultStopExiTest.java
rename to protocol/netconf-server/src/test/java/org/opendaylight/netconf/server/mapping/operations/DefaultStopExiTest.java
index 527006b2285daec698d018c4cbc9a5af0aea0e99..318367ca4bc128745a96f8207a28d743f443b897 100644 (file)
@@ -5,8 +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.netconf.impl.mapping.operations;
+package org.opendaylight.netconf.server.mapping.operations;
 
 import static org.junit.Assert.assertNotNull;
 import static org.mockito.ArgumentMatchers.any;
@@ -22,7 +21,7 @@ import io.netty.channel.ChannelPipeline;
 import org.junit.Test;
 import org.opendaylight.netconf.api.xml.XmlElement;
 import org.opendaylight.netconf.api.xml.XmlUtil;
-import org.opendaylight.netconf.impl.NetconfServerSession;
+import org.opendaylight.netconf.server.NetconfServerSession;
 import org.w3c.dom.Document;
 
 public class DefaultStopExiTest {