diff options
author | Kamen Mazdrashki <kamen.mazdrashki@postpath.com> | 2009-11-16 03:28:01 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-11-17 10:47:16 +1100 |
commit | b9e262c51261af275db4d0e7e6e2c7318a41bed0 (patch) | |
tree | 9904b709397db4ec6066c3a5f9ce7f0ebde6d718 /source4/torture/rpc/rpc.c | |
parent | 442cded430a94c583d147f54075a8814d3cbdab1 (diff) | |
download | samba-b9e262c51261af275db4d0e7e6e2c7318a41bed0.tar.gz samba-b9e262c51261af275db4d0e7e6e2c7318a41bed0.tar.bz2 samba-b9e262c51261af275db4d0e7e6e2c7318a41bed0.zip |
s4/drs(tort): Convert DSSYNC test to a test case fixture
Now it should be much more clear why and where a test
in DSSYNC test case has failed.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r-- | source4/torture/rpc/rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index 71043f0282..141a39e258 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -495,7 +495,7 @@ NTSTATUS torture_rpc_init(void) torture_suite_add_simple_test(suite, "SAMBA3-REGCONFIG", torture_samba3_regconfig); torture_suite_add_simple_test(suite, "ALTERCONTEXT", torture_rpc_alter_context); torture_suite_add_simple_test(suite, "JOIN", torture_rpc_join); - torture_suite_add_simple_test(suite, "DSSYNC", torture_rpc_dssync); + torture_drs_rpc_dssync_tcase(suite); torture_suite_add_simple_test(suite, "BENCH-RPC", torture_bench_rpc); torture_suite_add_simple_test(suite, "ASYNCBIND", torture_async_bind); torture_suite_add_suite(suite, torture_rpc_ntsvcs(suite)); |