Add tests for null structure pointer argument for modify_principal,
authorJonathan Kamens <jik@mit.edu>
Tue, 16 Nov 1993 18:32:33 +0000 (18:32 +0000)
committerJonathan Kamens <jik@mit.edu>
Tue, 16 Nov 1993 18:32:33 +0000 (18:32 +0000)
create_policy and modify_policy.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2943 dc483132-0cff-0310-8789-dd5450dbe970

doc/kadm5/api-unit-test.tex

index 01969fde4f23296f06c8e7457511519c30ebf01d..64dcdc080c14be4a3d1dcc91ad01157c97a6555a 100644 (file)
@@ -887,6 +887,9 @@ tested.
 \Reason{Accepts 0 for max_life.}
 }
 
+\numtest{40}{
+\Reason{Rejects null principal argument.}
+}
 
 
 \section{ovsec_kadm_rename_principal}
@@ -1439,6 +1442,9 @@ Number & Modify access? & Own key? & Service & override_qual & Pass/Fail \\ \hli
 \Reason{Succeeds for user with ``get'' and ``add.''}
 }
 
+\numtest{28}{
+\Reason{Rejects null policy argument.}
+}
 
 
 \section{ovsec_kadm_delete_policy}
@@ -1603,6 +1609,9 @@ Number & Modify access? & Own key? & Service & override_qual & Pass/Fail \\ \hli
 \Reason{Succeeds for user with ``get'' and ``modify.''}
 }
 
+\numtest{28}{
+\Reason{Rejects null policy argument.}
+}
 
 
 \section{ovsec_kadm_get_policy}