Improve code coverage for aaf authz modules 99/17299/1
authorsg481n <sg481n@att.com>
Thu, 5 Oct 2017 02:21:08 +0000 (02:21 +0000)
committersg481n <sg481n@att.com>
Thu, 5 Oct 2017 02:21:17 +0000 (02:21 +0000)
Issue-ID: AAF-79
Change-Id: I44dd742374beb6a75ae5b042cd5a25628dfdc2ee
Signed-off-by: sg481n <sg481n@att.com>
authz-cmd/src/test/java/org/onap/aaf/cmd/JU_BaseCmd.java

index 77243e9..2b94651 100644 (file)
@@ -58,6 +58,12 @@ public class JU_BaseCmd {
 \r
        @Test\r
        public void exec() throws CadiException, APIException, LocatorException {\r
+               assertEquals(bCmd._exec(4, "add", "del", "reset", "extend"), 0);\r
+\r
+       }\r
+       \r
+       @Test\r
+       public void exec1() throws CadiException, APIException, LocatorException {\r
                assertEquals(bCmd._exec(0, "add", "del", "reset", "extend"), 0);\r
 \r
        }\r