summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/torture/rap/printing.c4
1 files changed, 2 insertions, 2 deletions
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;