summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-21 14:30:53 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-21 14:30:53 +0100
commit0f2cf82e5e52da6fc71742df7b13c9f372bcf113 (patch)
treec714ace596fc23c6c9063ef41a6253c11b80d2c3 /source4/torture
parent811c601ae081485bff778a99a6b510029da0a88f (diff)
downloadsamba-0f2cf82e5e52da6fc71742df7b13c9f372bcf113.tar.gz
samba-0f2cf82e5e52da6fc71742df7b13c9f372bcf113.tar.bz2
samba-0f2cf82e5e52da6fc71742df7b13c9f372bcf113.zip
s4:torture - WINREG RPC - reactivate test "SetValueExtended" for s4
Should be definitely fixed now.
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/winreg.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c
index da46c13ed0..17a76ea368 100644
--- a/source4/torture/rpc/winreg.c
+++ b/source4/torture/rpc/winreg.c
@@ -2032,9 +2032,8 @@ static bool test_SetValue_extended(struct dcerpc_binding_handle *b,
};
int t, l;
- if (torture_setting_bool(tctx, "samba3", false) ||
- torture_setting_bool(tctx, "samba4", false)) {
- torture_skip(tctx, "skipping extended SetValue test against Samba");
+ if (torture_setting_bool(tctx, "samba3", false)) {
+ torture_skip(tctx, "skipping extended SetValue test against Samba 3");
}
torture_comment(tctx, "Testing SetValue (extended formats)\n");