X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Frest%2Fimpl%2Ftest%2Fproviders%2FTestJsonPatchBodyReaderMountPoint.java;h=c3bee822fdc5392ab5021b24e63b34453c5302a4;hb=f402dcd49a468e018192c96151bef3a0cdf70d62;hp=d316bcd9e2836b650314c592141d67ac31833a91;hpb=69f3ee040d0bc254b01190e769f298885b9acc12;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonPatchBodyReaderMountPoint.java b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonPatchBodyReaderMountPoint.java index d316bcd9e2..c3bee822fd 100644 --- a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonPatchBodyReaderMountPoint.java +++ b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/rest/impl/test/providers/TestJsonPatchBodyReaderMountPoint.java @@ -20,12 +20,11 @@ import org.opendaylight.mdsal.dom.api.DOMMountPoint; import org.opendaylight.netconf.sal.rest.impl.JsonToPatchBodyReader; import org.opendaylight.restconf.common.errors.RestconfDocumentedException; import org.opendaylight.restconf.common.patch.PatchContext; -import org.opendaylight.yangtools.yang.model.api.SchemaContext; +import org.opendaylight.yangtools.yang.model.api.EffectiveModelContext; public class TestJsonPatchBodyReaderMountPoint extends AbstractBodyReaderTest { - private final JsonToPatchBodyReader jsonToPatchBodyReader; - private static SchemaContext schemaContext; + private static EffectiveModelContext schemaContext; private static final String MOUNT_POINT = "instance-identifier-module:cont/yang-ext:mount"; public TestJsonPatchBodyReaderMountPoint() {