Nikolay Sivov : comctl32/treeview: Fix some test failures on XP and higher.

Alexandre Julliard julliard at winehq.org
Wed Aug 12 11:09:50 CDT 2009


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

Author: Nikolay Sivov <bunglehead at gmail.com>
Date:   Wed Aug 12 14:44:54 2009 +0400

comctl32/treeview: Fix some test failures on XP and higher.

---

 dlls/comctl32/tests/treeview.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/tests/treeview.c b/dlls/comctl32/tests/treeview.c
index 5cfaf20..7b45626 100644
--- a/dlls/comctl32/tests/treeview.c
+++ b/dlls/comctl32/tests/treeview.c
@@ -167,6 +167,8 @@ static const struct message TestGetSetTextColorSeq[] = {
 
 static const struct message TestGetSetToolTipsSeq[] = {
     { WM_KILLFOCUS,    sent },
+    { WM_IME_SETCONTEXT, sent|optional },
+    { WM_IME_NOTIFY, sent|optional },
     { TVM_SETTOOLTIPS, sent|wparam|lparam, 0, 0 },
     { TVM_GETTOOLTIPS, sent|wparam|lparam, 0, 0 },
     { 0 }




More information about the wine-cvs mailing list