summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-03 21:39:51 +0200
committerGünther Deschner <gd@samba.org>2010-06-04 14:24:24 +0200
commitbb4693d15e18d7ee775d45cf7519b2352d9d5d7a (patch)
treedb093c9a3cd3f1e68cffaee785c0b7d5d40a02fe /source4/torture/rpc/rpc.c
parent789125f9a4fedaf31968893e77a19316a47186fe (diff)
downloadsamba-bb4693d15e18d7ee775d45cf7519b2352d9d5d7a.tar.gz
samba-bb4693d15e18d7ee775d45cf7519b2352d9d5d7a.tar.bz2
samba-bb4693d15e18d7ee775d45cf7519b2352d9d5d7a.zip
s4-smbtorture: completely rework RPC-SPOOLSS-PRINTER.
This is now a child testsuite to RPC-SPOOLSS. You can call simple tests via RPC-SPOOLSS-{addprinter,addprinterex}-testname. Guenther
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 63ebe6ce9a..746698ec37 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -444,7 +444,6 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_suite(suite, torture_rpc_spoolss(suite));
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_suite(suite, torture_rpc_spoolss_driver(suite));
torture_suite_add_simple_test(suite, "SAMR", torture_rpc_samr);
torture_suite_add_simple_test(suite, "SAMR-USERS", torture_rpc_samr_users);