AAFCli needs ability to change root_ns for testing
[aaf/authz.git] / auth / auth-cmd / src / test / java / org / onap / aaf / auth / cmd / test / JU_Version.java
index 884f540..c0ac0f2 100644 (file)
@@ -50,7 +50,7 @@ public class JU_Version {
        private static Version version;
        
        @BeforeClass
-       public static void setUp() throws APIException, LocatorException, GeneralSecurityException, IOException {
+       public static void setUp() throws APIException, LocatorException, GeneralSecurityException, IOException, CadiException {
                cli = JU_AAFCli.getAAfCli();
                version = new Version(cli);
        }