Remove deprecated Yin/YangStatementSourceImpl
[yangtools.git] / yang / yang-data-codec-xml / src / test / java / org / opendaylight / yangtools / yang / data / codec / xml / Bug5446Test.java
index c6cfe00cafb0c636362c91ba8109cbb6f3399636..e922752f97f63aebc6f42995ecc0618802adc1b2 100644 (file)
@@ -68,7 +68,7 @@ public class Bug5446Test extends XMLTestCase {
         rootQName = QName.create(fooModuleQName, "root");
         ipAddressQName = QName.create(fooModuleQName, "ip-address");
 
-        schemaContext = YangParserTestUtils.parseYangSource("/bug5446/yang/foo.yang");
+        schemaContext = YangParserTestUtils.parseYangResource("/bug5446/yang/foo.yang");
     }
 
     @Test