Split out yang-model-ri
[yangtools.git] / yang / yang-model-ri / src / test / java / org / opendaylight / yangtools / yang / model / ri / type / BooleanTypeTest.java
similarity index 96%
rename from yang/yang-model-spi/src/test/java/org/opendaylight/yangtools/yang/model/spi/type/BooleanTypeTest.java
rename to yang/yang-model-ri/src/test/java/org/opendaylight/yangtools/yang/model/ri/type/BooleanTypeTest.java
index 735d1bddb1e1319d97d87da2bbd11c2ff5c8673d..435922bea55457b1cb5506964a36549d287e3422 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.hamcrest.CoreMatchers.containsString;
 import static org.hamcrest.MatcherAssert.assertThat;