Remove deprecated Yin/YangStatementSourceImpl
[yangtools.git] / yang / yang-model-export / src / test / java / org / opendaylight / yangtools / yang / model / export / test / Bug2444Test.java
index f629b96b970d12e1703374e0e625eeddcf1da442..c9bbcc6a3f9271d29e67237561f15188291d8b64 100644 (file)
@@ -32,7 +32,7 @@ import org.xml.sax.SAXException;
 public class Bug2444Test {
     @Test
     public void test() throws Exception {
-        final SchemaContext schema = YangParserTestUtils.parseYangSources("/bugs/bug2444/yang");
+        final SchemaContext schema = YangParserTestUtils.parseYangResourceDirectory("/bugs/bug2444/yang");
         assertNotNull(schema);
 
         final File outDir = new File("target/bug2444-export");