Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / java / org / opendaylight / restconf / nb / rfc8040 / utils / parser / YangInstanceIdentifierSerializerTest.java
index 824343172b164f1612a567e2670b8c7c6d898cb5..35bb3dc1625b68fb87af883aaccab90197757e87 100644 (file)
@@ -41,7 +41,7 @@ public class YangInstanceIdentifierSerializerTest {
     @Before
     public void init() throws Exception {
         this.schemaContext =
-                YangParserTestUtils.parseYangSources(TestRestconfUtils.loadFiles("/restconf/parser/serializer"));
+                YangParserTestUtils.parseYangFiles(TestRestconfUtils.loadFiles("/restconf/parser/serializer"));
     }
 
     /**