Remove deprecated Yin/YangStatementSourceImpl
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / schema / NormalizedDataBuilderTest.java
index e7799ba4a16d4967e58e1e857f569df67a20610a..6c3dc7f56b6616235102cda358e69b0a6893ee5c 100644 (file)
@@ -55,7 +55,7 @@ public class NormalizedDataBuilderTest {
     public void setUp() throws URISyntaxException, FileNotFoundException, ReactorException {
         final File resourceFile = new File(getClass().getResource(
                 "test.yang").toURI());
-        schema = YangParserTestUtils.parseYangSources(resourceFile);
+        schema = YangParserTestUtils.parseYangFiles(resourceFile);
         containerNode = (ContainerSchemaNode) getSchemaNode(schema, "test", "container");
     }