From 6156a4b73b6cb90bb31d927f0c07e6d53442481b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 29 Apr 2010 19:26:12 +0200 Subject: s4-smbtorture: test all levels in test_netprintqgetinfo and test_netprintqenum. Guenther --- source4/torture/rap/printing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/rap/printing.c') diff --git a/source4/torture/rap/printing.c b/source4/torture/rap/printing.c index 9b28719377..ebb80d3465 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, 3, 5 }; + uint16_t levels[] = { 0, 1, 2, 3, 4, 5 }; NTSTATUS status; for (i=0; i < ARRAY_SIZE(levels); i++) { @@ -103,7 +103,7 @@ static bool test_netprintqgetinfo(struct torture_context *tctx, struct rap_NetPrintQGetInfo r; struct rap_NetPrintQEnum r_enum; int i, p; - uint16_t levels[] = { 0, 1, 3, 5 }; + uint16_t levels[] = { 0, 1, 2, 3, 4, 5 }; NTSTATUS status; r_enum.in.level = 5; -- cgit