summaryrefslogtreecommitdiff
path: root/source4/torture/rap/printing.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-29 02:39:44 +0200
committerGünther Deschner <gd@samba.org>2010-04-29 12:05:42 +0200
commit2b1dae366217528dde13757fa64cf6b9d408a342 (patch)
treeafe5d669bd880865a294e241c24125a8d3bc26bc /source4/torture/rap/printing.c
parent1467b0e6f6162e67087374d0f78e16a38794a41a (diff)
downloadsamba-2b1dae366217528dde13757fa64cf6b9d408a342.tar.gz
samba-2b1dae366217528dde13757fa64cf6b9d408a342.tar.bz2
samba-2b1dae366217528dde13757fa64cf6b9d408a342.zip
s4-smbtorture: implement and test level 3 and 5 of PrintQEnum RAP.
Guenther
Diffstat (limited to 'source4/torture/rap/printing.c')
-rw-r--r--source4/torture/rap/printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rap/printing.c b/source4/torture/rap/printing.c
index b57151aee1..7030c39436 100644
--- a/source4/torture/rap/printing.c
+++ b/source4/torture/rap/printing.c
@@ -68,7 +68,7 @@ static bool test_netprintqenum(struct torture_context *tctx,
{
struct rap_NetPrintQEnum r;
int i, q;
- uint16_t levels[] = { 0, 1 };
+ uint16_t levels[] = { 0, 1, 3, 5 };
NTSTATUS status;
for (i=0; i < ARRAY_SIZE(levels); i++) {