Zhiyi Zhang : comctl32/tests: Add an optional message to avoid test failures.

Alexandre Julliard julliard at winehq.org
Thu Nov 25 16:00:26 CST 2021


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

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Thu Nov 25 14:43:07 2021 +0800

comctl32/tests: Add an optional message to avoid test failures.

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/comctl32/tests/propsheet.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/comctl32/tests/propsheet.c b/dlls/comctl32/tests/propsheet.c
index 9acdea85c66..3089454d18d 100644
--- a/dlls/comctl32/tests/propsheet.c
+++ b/dlls/comctl32/tests/propsheet.c
@@ -648,6 +648,7 @@ static const struct message property_sheet_seq[] = {
     { DM_REPOSITION, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },*/
     { WM_WINDOWPOSCHANGING, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
     { WM_WINDOWPOSCHANGING, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
+    { WM_WINDOWPOSCHANGED, sent|id|optional, 0, 0, RECEIVER_SHEET_WINPROC },
     { WM_ACTIVATEAPP, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
     /*{ WM_NCACTIVATE, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
     { WM_GETTEXT, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },




More information about the wine-cvs mailing list