summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/handles.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-08-28 14:42:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:02 -0500
commit0e6773525fa9d3fe9b7559ab4067e088f8a934d8 (patch)
treefb9498c93995015771ba6dfd27ffcaa655f698a9 /source4/torture/rpc/handles.c
parent8277256cee6328a130e3a714579a4bc766d66b9b (diff)
downloadsamba-0e6773525fa9d3fe9b7559ab4067e088f8a934d8.tar.gz
samba-0e6773525fa9d3fe9b7559ab4067e088f8a934d8.tar.bz2
samba-0e6773525fa9d3fe9b7559ab4067e088f8a934d8.zip
r24741: More use of the torture API.
(This used to be commit de05c3651a6e9e6611b296873526afd9292327c1)
Diffstat (limited to 'source4/torture/rpc/handles.c')
-rw-r--r--source4/torture/rpc/handles.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/torture/rpc/handles.c b/source4/torture/rpc/handles.c
index 5b6082f7dd..f35897b3df 100644
--- a/source4/torture/rpc/handles.c
+++ b/source4/torture/rpc/handles.c
@@ -116,11 +116,6 @@ static bool test_handles_lsa_shared(struct torture_context *torture)
torture_comment(torture, "RPC-HANDLE-LSARPC-SHARED\n");
- if (torture_setting_bool(torture, "samba4", false)) {
- torture_comment(torture, "LSA shared-policy-handle test against Samba4 - skipping\n");
- return true;
- }
-
torture_comment(torture, "connect lsa pipe1\n");
status = torture_rpc_connection(torture, &p1, &ndr_table_lsarpc);
torture_assert_ntstatus_ok(torture, status, "opening lsa pipe1");
@@ -399,11 +394,6 @@ static bool test_handles_mixed_shared(struct torture_context *torture)
torture_comment(torture, "RPC-HANDLE-MIXED-SHARED\n");
- if (torture_setting_bool(torture, "samba4", false)) {
- torture_comment(torture, "Mixed shared-policy-handle test against Samba4 - skipping\n");
- return true;
- }
-
torture_comment(torture, "connect samr pipe1\n");
status = torture_rpc_connection(torture, &p1, &ndr_table_samr);
torture_assert_ntstatus_ok(torture, status, "opening samr pipe1");