From 403dc10e8ff46282dd7f4afbd5e5f3fbcc73177d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 11 Jan 2010 12:38:22 +0100 Subject: testprogs: fix driver levels in spoolss test. Guenther --- testprogs/win32/spoolss/spoolss.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testprogs/win32/spoolss') diff --git a/testprogs/win32/spoolss/spoolss.c b/testprogs/win32/spoolss/spoolss.c index 16f45b02f3..5c77413268 100644 --- a/testprogs/win32/spoolss/spoolss.c +++ b/testprogs/win32/spoolss/spoolss.c @@ -122,8 +122,8 @@ static BOOL test_EnumDrivers(struct torture_context *tctx, LPSTR servername, LPSTR architecture) { - DWORD levels[] = { 1, 2, 3, 4, 5, 6, 8 }; - DWORD success[] = { 1, 1, 1, 1, 1, 1, 1 }; + DWORD levels[] = { 1, 2, 3, 4, 5, 6 }; + DWORD success[] = { 1, 1, 1, 1, 1, 1 }; DWORD i; LPBYTE buffer = NULL; @@ -455,8 +455,8 @@ static BOOL test_GetPrinterDriver(struct torture_context *tctx, LPSTR architecture, HANDLE handle) { - DWORD levels[] = { 1, 2, 3, 4, 5, 6, 8, 101}; - DWORD success[] = { 1, 1, 1, 1, 1, 1, 1, 1 }; + DWORD levels[] = { 1, 2, 3, 4, 5, 6, 8 }; + DWORD success[] = { 1, 1, 1, 1, 1, 1, 1 }; DWORD i; LPBYTE buffer = NULL; -- cgit