printer_name = talloc_asprintf(tctx, "\\\\%s", dcerpc_server_name(t->iremotewinspool_pipe));
- client_info = test_get_client_info(tctx, WIN_2000, 3, SPOOLSS_MINOR_VERSION_0);
+ client_info = test_get_client_info(tctx, WIN_7, 6, 1);
torture_assert(tctx,
test_AsyncOpenPrinter_byprinter(tctx, t,
printer_name = talloc_asprintf(tctx, "\\\\%s", dcerpc_server_name(p));
- client_info = test_get_client_info(tctx, WIN_2000, 3, SPOOLSS_MINOR_VERSION_0);
+ client_info = test_get_client_info(tctx, WIN_7, 6, 1);
torture_assert(tctx,
test_AsyncOpenPrinter_byprinter(tctx, ctx, p, printer_name, client_info, &handle),
printer_name = talloc_asprintf(tctx, "\\\\%s", dcerpc_server_name(p));
- client_info = test_get_client_info(tctx, WIN_2000, 3, SPOOLSS_MINOR_VERSION_0);
+ client_info = test_get_client_info(tctx, WIN_7, 6, 1);
torture_assert(tctx,
test_AsyncOpenPrinter_byprinter(tctx, ctx, p, printer_name, client_info, &handle),
"AsyncOpenPrinter should have failed");
/* succeed with Windows 7 build number */
- client_info = test_get_client_info(tctx, WIN_7, 3, SPOOLSS_MINOR_VERSION_0);
+ client_info = test_get_client_info(tctx, WIN_7, 6, 1);
client_info_ctr.user_info.level1 = &client_info;
r.in.pClientInfo = &client_info_ctr;
printer_name = talloc_asprintf(tctx, "\\\\%s", dcerpc_server_name(p));
- client_info = test_get_client_info(tctx, WIN_2000, 3, SPOOLSS_MINOR_VERSION_0);
+ client_info = test_get_client_info(tctx, WIN_7, 6, 1);
torture_assert(tctx,
test_AsyncOpenPrinter_byprinter(tctx, ctx, p, printer_name, client_info, &handle),