1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Revert "s4-smbtorture: disable winreg QueryValue test for today."

This reverts commit 420e3b8553.
This commit is contained in:
Günther Deschner 2010-03-10 22:04:02 +01:00
parent 61bf804e8f
commit 25d27ff576

View File

@ -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)) {