Increased auth cmd to 53 percent
[aaf/authz.git] / auth / auth-cmd / src / test / java / org / onap / aaf / auth / cmd / test / ns / JU_Attrib.java
index ac53c4b..2a8200d 100644 (file)
@@ -95,6 +95,12 @@ public class JU_Attrib {
                String[] strArr = {"add","upd","del","add","upd","del"};
                attrib._exec(0, strArr);
                
+               String[] strArr1 = {"upd","del","add","upd","del","add"};
+               attrib._exec(0, strArr1);
+               
+               String[] strArr2 = {"del","add","upd","del","add","upd"};
+               attrib._exec(0, strArr2);
+               
        }
 
        @Test