X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fnb%2Frfc8040%2Fjersey%2Fproviders%2Fpatch%2FXmlPatchBodyReaderTest.java;h=71a7bee0bf61dc0668f631424f55ea4c537a25df;hb=32013f8d8fefcb6f5e70f6b809e7ee5291d732a6;hp=96e16d71ebbffa2df60f84ad5975d38d8acc6bef;hpb=8365ae3952c207c6b78ff45125706f7aae90d237;p=netconf.git diff --git a/restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/patch/XmlPatchBodyReaderTest.java b/restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/patch/XmlPatchBodyReaderTest.java index 96e16d71eb..71a7bee0bf 100644 --- a/restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/patch/XmlPatchBodyReaderTest.java +++ b/restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/patch/XmlPatchBodyReaderTest.java @@ -27,7 +27,7 @@ public class XmlPatchBodyReaderTest extends AbstractBodyReaderTest { public XmlPatchBodyReaderTest() throws Exception { super(schemaContext); - xmlToPatchBodyReader = new XmlPatchBodyReader(schemaContextHandler, mountPointService); + xmlToPatchBodyReader = new XmlPatchBodyReader(databindProvider, mountPointService); } @Override