Split out yang-model-ri
[yangtools.git] / yang / yang-model-ri / src / test / java / org / opendaylight / yangtools / yang / model / ri / type / TypeTest.java
similarity index 99%
rename from yang/yang-model-spi/src/test/java/org/opendaylight/yangtools/yang/model/spi/type/TypeTest.java
rename to yang/yang-model-ri/src/test/java/org/opendaylight/yangtools/yang/model/ri/type/TypeTest.java
index 66ef34d153cb26839d060886f3c0e75d22b6895f..e5437673daff54ac0543608eed3c44e6028fdd9b 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.assertFalse;