https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a260cccef685691a45eaa15fe95b4d59c9b0a7c5

commit a260cccef685691a45eaa15fe95b4d59c9b0a7c5
Author:     winesync <[email protected]>
AuthorDate: Sun Jan 16 21:17:19 2022 +0100
Commit:     Thomas Csovcsity <[email protected]>
CommitDate: Sun Jun 19 13:06:34 2022 +0200

    [WINESYNC] reg/tests: Fix a typo in a REG_DWORD test.
    
    Signed-off-by: Hugh McMaster <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    
    wine commit id a8e961ecacb845b3fc613401431ae9ca37bf9d4b by Hugh McMaster 
<[email protected]>
---
 modules/rostests/winetests/reg/add.c | 2 +-
 sdk/tools/winesync/reg.cfg           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/rostests/winetests/reg/add.c 
b/modules/rostests/winetests/reg/add.c
index f6a4a7fe576..6090b587f92 100644
--- a/modules/rostests/winetests/reg/add.c
+++ b/modules/rostests/winetests/reg/add.c
@@ -673,7 +673,7 @@ static void test_reg_dword(void)
     run_reg_exe("reg add HKCU\\" KEY_BASE " /t REG_DWORD /v dword10 /f /d 
-0x1", &r);
     ok(r == REG_EXIT_FAILURE || broken(r == REG_EXIT_SUCCESS /* WinXP */), 
"got exit code %u, expected 1\n", r);
 
-    run_reg_exe("reg add HKCU\\" KEY_BASE " /v dword8 /t REG_dword /d 
0x01ffffffff /f", &r);
+    run_reg_exe("reg add HKCU\\" KEY_BASE " /v dword11 /t REG_dword /d 
0x01ffffffff /f", &r);
     ok(r == REG_EXIT_FAILURE || broken(r == REG_EXIT_SUCCESS /* WinXP */), 
"got exit code %d, expected 1\n", r);
 
     run_reg_exe("reg add HKCU\\" KEY_BASE " /v dword12 /t REG_DWORD /d 
0xffffffff /f", &r);
diff --git a/sdk/tools/winesync/reg.cfg b/sdk/tools/winesync/reg.cfg
index c7fbe250e85..2e3becef00b 100644
--- a/sdk/tools/winesync/reg.cfg
+++ b/sdk/tools/winesync/reg.cfg
@@ -4,4 +4,4 @@ directories:
 files:
   programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
 tags:
-  wine: 94b582b1a68cd07676618144537465bdf21d1847
+  wine: a8e961ecacb845b3fc613401431ae9ca37bf9d4b

Reply via email to