Remove deprecated Yin/YangStatementSourceImpl
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / leafref / Bug7844Test.java
index 1736e27360cdef86a0795da8e211ab43f34d3b02..96a8475bd932aa0d7c320c68df5ed999af66ca70 100644 (file)
@@ -30,7 +30,7 @@ public class Bug7844Test {
 
     @Test
     public void test() throws Exception {
-        final SchemaContext context = YangParserTestUtils.parseYangSources("/bug7844");
+        final SchemaContext context = YangParserTestUtils.parseYangResourceDirectory("/bug7844");
         assertNotNull(context);
 
         final LeafRefContext leafRefContext = LeafRefContext.create(context);