Bug 6848 - repackage providers for jersey+create xml
[netconf.git] / restconf / sal-rest-connector / src / test / java / org / opendaylight / controller / sal / rest / impl / test / providers / TestDraft17JsonPATCHBodyReader.java
@@ -18,15 +18,15 @@ import org.junit.BeforeClass;
 import org.junit.Test;
 import org.opendaylight.netconf.sal.restconf.impl.PATCHContext;
 import org.opendaylight.netconf.sal.restconf.impl.RestconfDocumentedException;
-import org.opendaylight.restconf.utils.patch.JsonToPATCHBodyReader;
+import org.opendaylight.restconf.jersey.providers.JsonToPATCHBodyReader;
 import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 
-public class TestDraft11JsonPATCHBodyReader extends Draft11AbstractBodyReaderTest {
+public class TestDraft17JsonPATCHBodyReader extends Draft17AbstractBodyReaderTest {
 
     private final JsonToPATCHBodyReader jsonPATCHBodyReader;
     private static SchemaContext schemaContext;
 
-    public TestDraft11JsonPATCHBodyReader() throws NoSuchFieldException, SecurityException {
+    public TestDraft17JsonPATCHBodyReader() throws NoSuchFieldException, SecurityException {
         super();
         jsonPATCHBodyReader = new JsonToPATCHBodyReader();
     }