X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Fsal-rest-connector%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Frestconf%2Fimpl%2Fcnsn%2Fto%2Fjson%2Ftest%2FCnSnToJsonIdentityrefTest.java;h=bf262d78f53ba9ffeace65ed220d52b9a0a7cc04;hb=6b2e2722172148449f7c50666543e065a919c790;hp=d13b7b3eafc5b09843ffc5edce361b8539300626;hpb=a656b5f9eaffaeb255e6bf539264bab20253c4e1;p=netconf.git diff --git a/restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonIdentityrefTest.java b/restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonIdentityrefTest.java index d13b7b3eaf..bf262d78f5 100644 --- a/restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonIdentityrefTest.java +++ b/restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonIdentityrefTest.java @@ -7,13 +7,15 @@ */ package org.opendaylight.controller.sal.restconf.impl.cnsn.to.json.test; +import java.io.FileNotFoundException; import org.junit.BeforeClass; import org.opendaylight.controller.sal.restconf.impl.test.YangAndXmlAndDataSchemaLoader; +import org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException; public class CnSnToJsonIdentityrefTest extends YangAndXmlAndDataSchemaLoader { @BeforeClass - public static void initialization() { + public static void initialization() throws FileNotFoundException, ReactorException { dataLoad("/cnsn-to-json/identityref", 2, "identityref-module", "cont"); }