Bug 7159: Add yang-test-util artifact
[yangtools.git] / yang / yang-model-export / src / test / java / org / opendaylight / yangtools / yang / model / export / test / Bug5531Test.java
index 0d0d9d1bb43473bce2d1368419c3a45188aed0c1..39e4eeba861a3e2c6823f7f85e8e955acc9bfcac 100644 (file)
@@ -18,11 +18,12 @@ import org.junit.Test;
 import org.opendaylight.yangtools.yang.model.api.Module;
 import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 import org.opendaylight.yangtools.yang.model.export.YinExportUtils;
+import org.opendaylight.yangtools.yang.test.util.YangParserTestUtils;
 
 public class Bug5531Test {
     @Test
     public void test() throws Exception {
-        SchemaContext schema = StmtTestUtils.parseYangSources("/bugs/bug5531");
+        SchemaContext schema = YangParserTestUtils.parseYangSources("/bugs/bug5531");
 
         assertNotNull(schema);
         assertNotNull(schema.getModules());