Rename netconf-impl to netconf-server
[netconf.git] / protocol / netconf-server / src / test / java / org / opendaylight / netconf / server / MessageParserTest.java
similarity index 99%
rename from protocol/netconf-impl/src/test/java/org/opendaylight/netconf/impl/MessageParserTest.java
rename to protocol/netconf-server/src/test/java/org/opendaylight/netconf/server/MessageParserTest.java
index 06b76a213dff55ba3753d508e834d1d01f7c2be5..87f0be168b71e520d734ecfb146dcb44ef1d2974 100644 (file)
@@ -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.netconf.impl;
+package org.opendaylight.netconf.server;
 
 import static org.custommonkey.xmlunit.XMLAssert.assertXMLEqual;
 import static org.junit.Assert.assertArrayEquals;