Rémi Bernon : user32/tests: Tweak test result for w1064v1809.

Alexandre Julliard julliard at winehq.org
Wed Nov 13 16:01:10 CST 2019


Module: wine
Branch: master
Commit: 843cadb728e04ea9d464e703fe740b5cbac0649f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=843cadb728e04ea9d464e703fe740b5cbac0649f

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Tue Nov 12 21:41:55 2019 +0100

user32/tests: Tweak test result for w1064v1809.

Seems like the wparam is not always as expected.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/tests/msg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index 2b777e0c89..26d3abee0f 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -9059,8 +9059,8 @@ static const struct message WmShiftMouseButton[] = {
     { HCBT_KEYSKIPPED, hook|wparam|lparam|optional, VK_SHIFT, 0xc0000001 }, /* XP */
     { WM_KEYUP, wparam|lparam, VK_SHIFT, 0xc0000001 },
     { WM_KEYUP, sent|wparam|lparam, VK_SHIFT, 0xc0000001 },
-    { WM_LBUTTONUP, wparam|optional, MK_SHIFT, 0 }, /* >= w1064v1809 */
-    { WM_LBUTTONUP, sent|wparam|optional, MK_SHIFT, 0 }, /* >= w1064v1809 */
+    { WM_LBUTTONUP, optional, 0, 0 }, /* >= w1064v1809 */
+    { WM_LBUTTONUP, sent|optional, 0, 0 }, /* >= w1064v1809 */
     { 0 }
 };
 static const struct message WmF1Seq[] = {




More information about the wine-cvs mailing list