Split out yang-model-ri
[yangtools.git] / yang / yang-model-ri / src / test / java / org / opendaylight / yangtools / yang / model / ri / type / EmptyTypeTest.java
similarity index 96%
rename from yang/yang-model-spi/src/test/java/org/opendaylight/yangtools/yang/model/spi/type/EmptyTypeTest.java
rename to yang/yang-model-ri/src/test/java/org/opendaylight/yangtools/yang/model/ri/type/EmptyTypeTest.java
index 689d84aad33114b51181243d896454d4344d51b2..e34f43d949f4b9cabd2c56f8631018f12778f4b0 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;