diff options
author | Günther Deschner <gd@samba.org> | 2010-03-16 15:30:13 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-16 15:30:13 +0100 |
commit | e55a9758603d135ac3c83cbd96c24e557d9e4040 (patch) | |
tree | e78ce7830e0fa150feb63b65ca1765c50204f26e /source4/torture/rpc | |
parent | e46d3d9475c59af8ba6810aeb1403c1aa9e37d9d (diff) | |
download | samba-e55a9758603d135ac3c83cbd96c24e557d9e4040.tar.gz samba-e55a9758603d135ac3c83cbd96c24e557d9e4040.tar.bz2 samba-e55a9758603d135ac3c83cbd96c24e557d9e4040.zip |
s4-smbtorture: remove NotifyChangeKeyValue s3 skip in RPC-WINREG:
Guenther
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/winreg.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c index 651721cdbf..e8d094387f 100644 --- a/source4/torture/rpc/winreg.c +++ b/source4/torture/rpc/winreg.c @@ -90,10 +90,6 @@ static bool test_NotifyChangeKeyValue(struct dcerpc_pipe *p, init_winreg_String(&r.in.string1, NULL); init_winreg_String(&r.in.string2, NULL); - if (torture_setting_bool(tctx, "samba3", false)) { - torture_skip(tctx, "skipping NotifyChangeKeyValue test against Samba 3"); - } - torture_assert_ntstatus_ok(tctx, dcerpc_winreg_NotifyChangeKeyValue(p, tctx, &r), "NotifyChangeKeyValue failed"); |