Split out yang-model-ri
[yangtools.git] / yang / yang-model-ri / src / test / java / org / opendaylight / yangtools / yang / model / ri / type / Int8Test.java
similarity index 95%
rename from yang/yang-model-spi/src/test/java/org/opendaylight/yangtools/yang/model/spi/type/Int8Test.java
rename to yang/yang-model-ri/src/test/java/org/opendaylight/yangtools/yang/model/ri/type/Int8Test.java
index e6ff900ab54f3007c570ee43a44d9ecb468a2f9b..0501a5d47657377944067dcaa1b58f3a0db6e260 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.yangtools.yang.model.spi.type;
+package org.opendaylight.yangtools.yang.model.ri.type;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNull;