Fix broken tests according to yangtools changes
[mdsal.git] / binding / mdsal-binding-generator-impl / src / test / java / org / opendaylight / mdsal / binding / generator / impl / TypeProviderIntegrationTest.java
index 9b6005cf67ed84b5fa17eabcfd7becdda566de94..c58f01e0eef9851f75ebef63e3ab48c54a1e5abd 100644 (file)
@@ -38,7 +38,7 @@ public class TypeProviderIntegrationTest {
                 .toURI());
         File ietfInetTypes = new File(TypeProviderIntegrationTest.class.getResource("/ietf/ietf-inet-types.yang")
                 .toURI());
-        context = YangParserTestUtils.parseYangSources(abstractTopology, ietfInetTypes);
+        context = YangParserTestUtils.parseYangFiles(abstractTopology, ietfInetTypes);
         assertNotNull(context);
     }