mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s4-smbtorture: activate spoolss_GetPrinterData NDR pull test.
Guenther
This commit is contained in:
parent
43d54406b1
commit
dfe25088ba
@ -1925,7 +1925,7 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
|
||||
const string SPOOL_REG_URL = "url";
|
||||
const string SPOOL_REG_VERSIONNUMBER = "versionNumber";
|
||||
|
||||
WERROR spoolss_GetPrinterData(
|
||||
[public] WERROR spoolss_GetPrinterData(
|
||||
[in,ref] policy_handle *handle,
|
||||
[in] [string,charset(UTF16)] uint16 value_name[],
|
||||
[out,ref] winreg_Type *type,
|
||||
|
@ -458,8 +458,8 @@ struct torture_suite *ndr_spoolss_suite(TALLOC_CTX *ctx)
|
||||
torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinter, getprinter_req_data, NDR_IN, NULL );
|
||||
torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinter, getprinter_resp_data, NDR_OUT, NULL );
|
||||
|
||||
/*torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinterData, getprinterdata_req_data, NDR_IN, NULL );
|
||||
torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinterData, getprinterdata_resp_data, NDR_OUT, NULL );*/
|
||||
torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinterData, getprinterdata_req_data, NDR_IN, NULL );
|
||||
/*torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinterData, getprinterdata_resp_data, NDR_OUT, NULL );*/
|
||||
|
||||
torture_suite_add_ndr_pull_fn_test(suite, spoolss_ReplyOpenPrinter, replyopenprinter_req_data, NDR_IN, NULL );
|
||||
torture_suite_add_ndr_pull_fn_test(suite, spoolss_ReplyOpenPrinter, replyopenprinter_resp_data, NDR_OUT, NULL );
|
||||
|
Loading…
x
Reference in New Issue
Block a user