Remove deprecated Yin/YangStatementSourceImpl
[yangtools.git] / yang / yang-data-codec-xml / src / test / java / org / opendaylight / yangtools / yang / data / codec / xml / XmlToNormalizedNodesTest.java
index 6ac565531e3d3d8a8ce19237d2da61147f893bee..a09362fc5b7512818d4501f53fe91179f34db2b7 100644 (file)
@@ -116,7 +116,7 @@ public class XmlToNormalizedNodesTest {
         mySecondKeyLeaf = QName.create(bazModule, "my-second-key-leaf");
         myLeafInList3 = QName.create(bazModule, "my-leaf-in-list-3");
 
-        schemaContext = YangParserTestUtils.parseYangSources("/");
+        schemaContext = YangParserTestUtils.parseYangResourceDirectory("/");
         parentContainerSchema = (ContainerSchemaNode) SchemaContextUtil.findNodeInSchemaContext(schemaContext,
                 ImmutableList.of(parentContainer));
         outerContainerSchema = (ContainerSchemaNode) SchemaContextUtil.findNodeInSchemaContext(schemaContext,