Remove deprecated Yin/YangStatementSourceImpl
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / schema / SchemaOrderedNormalizedNodeWriterTest.java
index 4b5e7ba2ea4a2c189199ac94834cc302a5769461..982be2afc35ca2aafb3c0acfa2ba8532a042a5a2 100644 (file)
@@ -155,7 +155,7 @@ public class SchemaOrderedNormalizedNodeWriterTest {
 
     private static SchemaContext getSchemaContext(final String filePath) throws URISyntaxException,
             ReactorException, FileNotFoundException {
-        return YangParserTestUtils.parseYangSource(filePath);
+        return YangParserTestUtils.parseYangResource(filePath);
     }
 
     private static YangInstanceIdentifier.NodeIdentifier getNodeIdentifier(final String ns, final String name) {