summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-18 23:40:43 +0200
committerGünther Deschner <gd@samba.org>2010-06-03 18:31:23 +0200
commite65164ff482100c2590d724373aff11daffc7b50 (patch)
treef94c45367fe947c9273abfdc0a7942f12b6e7575 /source4/torture/rpc/rpc.c
parent9884bf7d5737272db993b0602de85b12c2b4e0ea (diff)
downloadsamba-e65164ff482100c2590d724373aff11daffc7b50.tar.gz
samba-e65164ff482100c2590d724373aff11daffc7b50.tar.xz
samba-e65164ff482100c2590d724373aff11daffc7b50.zip
s4-smbtorture: convert RPC-SPOOLSS into a torture suite.
Guenther
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 13855cdaf63..63ebe6ce9a4 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -441,7 +441,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_suite(suite, torture_rpc_handles(suite));
torture_suite_add_suite(suite, torture_rpc_object_uuid(suite));
torture_suite_add_suite(suite, torture_rpc_winreg(suite));
- torture_suite_add_simple_test(suite, "SPOOLSS", torture_rpc_spoolss);
+ 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));