1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

testprogs: fix driver levels in spoolss test.

Guenther
This commit is contained in:
Günther Deschner 2010-01-11 12:38:22 +01:00
parent 9a1b298e3d
commit 403dc10e8f

View File

@ -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;