summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamenim@samba.org>2010-08-05 04:55:04 +0300
committerKamen Mazdrashki <kamenim@samba.org>2010-08-11 00:18:14 +0300
commitc30f9bd7345cddd85502eb9d099279606959f447 (patch)
tree5a78d24886cc0d9aa63665dbb2bc1b8e1686c90d /source4/torture/rpc/rpc.c
parentda074f10e3900413a134ee8143c68f05563da13f (diff)
downloadsamba-c30f9bd7345cddd85502eb9d099279606959f447.tar.gz
samba-c30f9bd7345cddd85502eb9d099279606959f447.tar.bz2
samba-c30f9bd7345cddd85502eb9d099279606959f447.zip
s4-test: Move RPC-DSSYNC test in DRS-RPC test suite
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 b386c6a106..c652ec607c 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -484,7 +484,6 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_suite(suite, torture_rpc_browser(suite));
torture_suite_add_simple_test(suite, "ALTERCONTEXT", torture_rpc_alter_context);
torture_suite_add_simple_test(suite, "JOIN", torture_rpc_join);
- torture_drs_rpc_dssync_tcase(suite);
torture_drs_rpc_dsgetinfo_tcase(suite);
torture_suite_add_simple_test(suite, "BENCH-RPC", torture_bench_rpc);
torture_suite_add_simple_test(suite, "ASYNCBIND", torture_async_bind);