Revert "s4:torture - WINREG RPC - reactivate test "SetValueExtended" for s4"
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Mon, 22 Mar 2010 23:13:26 +0000 (00:13 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Mon, 22 Mar 2010 23:16:19 +0000 (00:16 +0100)
This reverts commit 0f2cf82e5e52da6fc71742df7b13c9f372bcf113.

Naturally we have to revert this for s4 until a new storage mechanism for binary
REG_SZ and REG_*WORD values has been found.

source4/torture/rpc/winreg.c

index 17a76ea36842e03fb189029a11df7e043430a56e..da46c13ed0266da35af7c8956e0fc9a4a9d3d610 100644 (file)
@@ -2032,8 +2032,9 @@ static bool test_SetValue_extended(struct dcerpc_binding_handle *b,
        };
        int t, l;
 
-       if (torture_setting_bool(tctx, "samba3", false)) {
-               torture_skip(tctx, "skipping extended SetValue test against Samba 3");
+       if (torture_setting_bool(tctx, "samba3", false) ||
+           torture_setting_bool(tctx, "samba4", false)) {
+               torture_skip(tctx, "skipping extended SetValue test against Samba");
        }
 
        torture_comment(tctx, "Testing SetValue (extended formats)\n");