diff options
author | Günther Deschner <gd@samba.org> | 2009-07-03 09:56:28 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-07-14 23:03:58 +0200 |
commit | b6fb8cf5f38fc434103936b41a5793f5943c129a (patch) | |
tree | 583d93bf989f4e391ddc45899c4c2952b7fb32b7 /source4/torture/rpc/rpc.c | |
parent | 3a367ab10d3da2d9f5261769af06442550a0f029 (diff) | |
download | samba-b6fb8cf5f38fc434103936b41a5793f5943c129a.tar.gz samba-b6fb8cf5f38fc434103936b41a5793f5943c129a.tar.xz samba-b6fb8cf5f38fc434103936b41a5793f5943c129a.zip |
s4-smbtorture: add RPC-SPOOLSS-PRINTER test.
Guenther
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r-- | source4/torture/rpc/rpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index 4043562ab50..6eeba7f66c6 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -444,6 +444,7 @@ NTSTATUS torture_rpc_init(void) torture_suite_add_simple_test(suite, "SPOOLSS", torture_rpc_spoolss); torture_suite_add_suite(suite, torture_rpc_spoolss_notify(suite)); torture_suite_add_suite(suite, torture_rpc_spoolss_win(suite)); + torture_suite_add_suite(suite, torture_rpc_spoolss_printer(suite)); torture_suite_add_simple_test(suite, "SAMR", torture_rpc_samr); torture_suite_add_simple_test(suite, "SAMR-USERS", torture_rpc_samr_users); torture_suite_add_simple_test(suite, "SAMR-PASSWORDS", torture_rpc_samr_passwords); |