Alexandre Julliard : comctl32/tests: Fix a couple of message test failures.

Alexandre Julliard julliard at winehq.org
Mon Sep 22 07:04:38 CDT 2008


Module: wine
Branch: master
Commit: 8552b50640811eebe792f1fda08e71192b6a70ba
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8552b50640811eebe792f1fda08e71192b6a70ba

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Sep 22 12:15:11 2008 +0200

comctl32/tests: Fix a couple of message test failures.

---

 dlls/comctl32/tests/monthcal.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/tests/monthcal.c b/dlls/comctl32/tests/monthcal.c
index 26c1bc1..271dfd1 100644
--- a/dlls/comctl32/tests/monthcal.c
+++ b/dlls/comctl32/tests/monthcal.c
@@ -302,8 +302,10 @@ static const struct message destroy_parent_seq[] = {
     { 0x0090, sent|optional }, /* Vista */
     { WM_WINDOWPOSCHANGING, sent|wparam, 0},
     { WM_WINDOWPOSCHANGED, sent|wparam, 0},
-    { WM_NCACTIVATE, sent|wparam|lparam, 0, 0},
-    { WM_ACTIVATE, sent|wparam|lparam, 0, 0},
+    { WM_NCACTIVATE, sent|wparam, 0},
+    { WM_ACTIVATE, sent|wparam, 0},
+    { WM_NCACTIVATE, sent|wparam|lparam|optional, 0, 0},
+    { WM_ACTIVATE, sent|wparam|lparam|optional, 0, 0},
     { WM_ACTIVATEAPP, sent|wparam, 0},
     { WM_KILLFOCUS, sent|wparam|lparam, 0, 0},
     { WM_IME_SETCONTEXT, sent|wparam|optional, 0},




More information about the wine-cvs mailing list