Add DatabindContext and its wiring
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 / jersey / providers / patch / XmlPatchBodyReaderTest.java
index 96e16d71ebbffa2df60f84ad5975d38d8acc6bef..71a7bee0bf61dc0668f631424f55ea4c537a25df 100644 (file)
@@ -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