s4-smbtorture: enable extended SetValue test against Samba3.
authorGünther Deschner <gd@samba.org>
Thu, 1 Jul 2010 01:04:39 +0000 (03:04 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 2 Jul 2010 08:50:21 +0000 (10:50 +0200)
Guenther

source4/torture/rpc/winreg.c

index 92404d3da736235a4b6ad28202dfee39088f93b2..f9cfb4d96c5656c6edc68589233384d29c90bbbf 100644 (file)
@@ -2271,9 +2271,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, "samba4", false)) {
+               torture_skip(tctx, "skipping extended SetValue test against Samba4");
        }
 
        torture_comment(tctx, "Testing SetValue (extended formats)\n");