s4:torture - WINREG RPC - reactivate test "SetValueExtended" for s4
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sun, 21 Mar 2010 13:30:53 +0000 (14:30 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sun, 21 Mar 2010 13:30:53 +0000 (14:30 +0100)
Should be definitely fixed now.

source4/torture/rpc/winreg.c

index da46c13ed0266da35af7c8956e0fc9a4a9d3d610..17a76ea36842e03fb189029a11df7e043430a56e 100644 (file)
@@ -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");