Remove deprecated Yin/YangStatementSourceImpl
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / schema / tree / Bug4454Test.java
index 6d5d808919abc929d30af1ace201dfa3e5e5518e..5313144dd0b5df22019bdfa739a1dd5cd889430f 100644 (file)
@@ -122,7 +122,7 @@ public class Bug4454Test {
 
     public static SchemaContext createTestContext() throws IOException, YangSyntaxErrorException, ReactorException,
             URISyntaxException {
-        return YangParserTestUtils.parseYangSource("/bug-4454-test.yang");
+        return YangParserTestUtils.parseYangResource("/bug-4454-test.yang");
     }
 
     @Test