Fix broken tests according to yangtools changes
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / java / org / opendaylight / mdsal / binding / javav2 / generator / impl / Bug8575Test.java
index c94f93346bc6226a6c947a891f0b6c2886e3016b..149fa062108265796b6d86bbe142f4e0ac1953ca 100644 (file)
@@ -38,7 +38,7 @@ public class Bug8575Test {
         File foo = new File(getClass().getResource(
                 "/bug-8575/foo.yang").toURI());
 
-        SchemaContext context = YangParserTestUtils.parseYangSources(foo);
+        SchemaContext context = YangParserTestUtils.parseYangFiles(foo);
 
         final QName groupingQname = QName.create("foo", "2017-05-15", "A");
         final QName containerQname = QName.create("foo", "2017-05-15", "A1");