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

Nikolay Sivov bunglehead at gmail.com
Wed Aug 12 05:47:00 CDT 2009


Changelog:
    - Fix some test failures on XP and higher

>From 5f077530c94b564f6b2ecf1492fc915430a7e6a5 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Wed, 12 Aug 2009 14:44:54 +0400
Subject: 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 }
-- 
1.5.6.5




More information about the wine-patches mailing list