Merge "Bug 9092: revert to org.json temporarily"
[netconf.git] / restconf / sal-rest-connector / src / test / java / org / opendaylight / controller / sal / restconf / impl / json / to / nn / test / JsonLeafrefToNnTest.java
index fa3d6d03772b5707027044774809f8e4dd6c7672..b510bc3206878fecfa5e6c57f6282fb5aea303f1 100644 (file)
@@ -34,7 +34,7 @@ public class JsonLeafrefToNnTest extends AbstractBodyReaderTest {
     public static void initialize() {
         schemaContext = schemaContextLoader("/json-to-nn/leafref",
                 schemaContext);
-        controllerContext.setSchemas(schemaContext);
+        CONTROLLER_CONTEXT.setSchemas(schemaContext);
     }
 
     @Test