testprogs: rename test_PrinterData to test_PrinterData_Server.
authorGünther Deschner <gd@samba.org>
Mon, 1 Mar 2010 19:58:41 +0000 (20:58 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 1 Mar 2010 20:15:33 +0000 (21:15 +0100)
Guenther

testprogs/win32/spoolss/spoolss.c

index 0ce1603ae813b833624d706781ac54164b7f6c52..0edb5337cf4691cc91ca252f6c3eb5e018d20489 100644 (file)
@@ -1317,9 +1317,9 @@ static BOOL test_SetPrinterDataEx(struct torture_context *tctx,
 /****************************************************************************
 ****************************************************************************/
 
-static BOOL test_PrinterData(struct torture_context *tctx,
-                            LPSTR servername,
-                            HANDLE handle)
+static BOOL test_PrinterData_Server(struct torture_context *tctx,
+                                   LPSTR servername,
+                                   HANDLE handle)
 {
        BOOL ret = TRUE;
        DWORD i;
@@ -1426,7 +1426,7 @@ int main(int argc, char *argv[])
        ret &= test_EnumDrivers(tctx, servername, architecture);
        ret &= test_OpenPrinter(tctx, servername, NULL, &server_handle);
 /*     ret &= test_EnumPrinterKey(tctx, servername, server_handle, ""); */
-       ret &= test_PrinterData(tctx, servername, server_handle);
+       ret &= test_PrinterData_Server(tctx, servername, server_handle);
        ret &= test_EnumForms(tctx, servername, server_handle);
        ret &= test_ClosePrinter(tctx, server_handle);
        ret &= test_EnumPorts(tctx, servername);