The branch, master has been updated
       via  25d27ff... Revert "s4-smbtorture: disable winreg QueryValue test 
for today."
      from  61bf804... ѕ4: EDQUOT needs to be mapped to NT_STATUS_DISK_FULL

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 25d27ff57687337b8a2df231e9f8f6b01538cf73
Author: Günther Deschner <[email protected]>
Date:   Wed Mar 10 22:04:02 2010 +0100

    Revert "s4-smbtorture: disable winreg QueryValue test for today."
    
    This reverts commit 420e3b8553c9e721fba27dd64eb78b2c7105ce64.

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/rpc/winreg.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c
index c43c363..9ed0c7b 100644
--- a/source4/torture/rpc/winreg.c
+++ b/source4/torture/rpc/winreg.c
@@ -1971,7 +1971,7 @@ static bool test_Open(struct torture_context *tctx, 
struct dcerpc_pipe *p,
 
        torture_assert_ntstatus_ok(tctx, open_fn(p, tctx, &r),
                                   "open");
-#if 0 /* FIXME: s3 and s4 crash on QueryValue */
+
        if (open_fn == (void *)dcerpc_winreg_OpenHKLM) {
 #if 0
                torture_assert(tctx, test_OpenKey(p, tctx, &handle, 
KEY_CURRENT_VERSION, &newhandle),
@@ -1987,7 +1987,7 @@ static bool test_Open(struct torture_context *tctx, 
struct dcerpc_pipe *p,
                torture_assert(tctx, test_CloseKey(p, tctx, &newhandle),
                        "failed to close current version key");
        }
-#endif /* FIXME */
+
        test_Cleanup(p, tctx, &handle, TEST_KEY_BASE);
 
        if (!test_CreateKey(p, tctx, &handle, TEST_KEY_BASE, NULL)) {


-- 
Samba Shared Repository

Reply via email to