diff options
| -rw-r--r-- | doc/kadm5/api-unit-test.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/kadm5/api-unit-test.tex b/doc/kadm5/api-unit-test.tex index be9ab27d5..58f6b84a0 100644 --- a/doc/kadm5/api-unit-test.tex +++ b/doc/kadm5/api-unit-test.tex @@ -10,6 +10,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \newcommand{\test}[1]{\begin{description} +\setlength{\itemsep}{0pt} #1 \end{description} @@ -1682,12 +1683,11 @@ Handled by memory-leak testing handled elsewhere. \section{ovsec_kadm_get_privs} - -This test should be run with \test{ +\test{ \Reason{Fails for null pointer argument.} } -the 16 possible combinations of access +This test should be run with the 16 possible combinations of access bits (since there are 4 access bits, there are $2^4 = 16$ popsible combinations of them): |
