Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / netconf / sal / restconf / impl / InstanceIdentifierCodecImplTest.java
index 0c7ab15b533e4e9d5a03b6a9da696ea331d0826b..fca1543b0557d26d64ac65c8a956adb68febd528 100644 (file)
@@ -33,7 +33,7 @@ public class InstanceIdentifierCodecImplTest {
     @Before
     public void setUp() throws Exception {
         this.schemaContext =
-                YangParserTestUtils.parseYangSources(TestRestconfUtils.loadFiles("/restconf/parser/deserializer"));
+                YangParserTestUtils.parseYangFiles(TestRestconfUtils.loadFiles("/restconf/parser/deserializer"));
         this.instanceIdentifierDTO = new InstanceIdentifierCodecImpl(null);
         ControllerContext.getInstance().setGlobalSchema(this.schemaContext);