Revert "Fix broken tests according to yangtools...
[mdsal.git] / binding / mdsal-binding-generator-impl / src / test / java / org / opendaylight / mdsal / binding / generator / impl / AugmentedTypeTest.java
index 5a062c2ae7df1a10b4d2e905ad6dd03503b583cc..b3912d48d6bcd6f5ecd41d45578a321c7fd01c83 100644 (file)
@@ -39,7 +39,7 @@ public class AugmentedTypeTest {
         File ietfInterfaces = new File(getClass().getResource("/augment-test-models/ietf-interfaces@2012-11-15.yang")
                 .toURI());
 
-        final SchemaContext context = YangParserTestUtils.parseYangFiles(abstractTopology, augmentTopology,
+        final SchemaContext context = YangParserTestUtils.parseYangSources(abstractTopology, augmentTopology,
                 augmentNetworkLink, augmentTopologyTunnels, ietfInterfaces);
         assertNotNull("Schema Context is null", context);