X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fparser%2Frepo%2FSharedSchemaRepositoryWithFeaturesTest.java;h=41473ea2130ad913e6ce2132e4761060e99350a7;hb=bb60da5fe2d1928defb46ed92b290cfff93dcd81;hp=1447bab49914c949444aa5a933b4340d44e882c7;hpb=5d7c036b41a4b63ee510e834aca135c9ca183625;p=yangtools.git diff --git a/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/parser/repo/SharedSchemaRepositoryWithFeaturesTest.java b/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/parser/repo/SharedSchemaRepositoryWithFeaturesTest.java index 1447bab499..41473ea213 100644 --- a/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/parser/repo/SharedSchemaRepositoryWithFeaturesTest.java +++ b/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/parser/repo/SharedSchemaRepositoryWithFeaturesTest.java @@ -60,7 +60,7 @@ public class SharedSchemaRepositoryWithFeaturesTest { QName.create(module.getQNameModule(), "test-leaf-a")); assertNotNull(testLeafA); - final ContainerSchemaNode testContainerB = (ContainerSchemaNode) module.getDataChildByName( + final ContainerSchemaNode testContainerB = (ContainerSchemaNode) module.dataChildByName( QName.create(module.getQNameModule(), "test-container-b")); assertNull(testContainerB);