Greg Geldorp : imm32/tests: Windows does post WM_IME_COMPOSITION messages sometimes.

Alexandre Julliard julliard at winehq.org
Thu Jan 20 12:41:23 CST 2011


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

Author: Greg Geldorp <ggeldorp at vmware.com>
Date:   Thu Jan 20 11:41:11 2011 +0100

imm32/tests: Windows does post WM_IME_COMPOSITION messages sometimes.

---

 dlls/imm32/tests/imm32.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/dlls/imm32/tests/imm32.c b/dlls/imm32/tests/imm32.c
index 8b8db90..9f40953 100644
--- a/dlls/imm32/tests/imm32.c
+++ b/dlls/imm32/tests/imm32.c
@@ -223,9 +223,7 @@ static void test_ImmNotifyIME(void) {
     msg_spy_flush_msgs();
 
     ImmNotifyIME(imc, NI_COMPOSITIONSTR, CPS_CANCEL, 0);
-    ok(!msg_spy_find_msg(WM_IME_COMPOSITION), "Windows does not post "
-       "WM_IME_COMPOSITION in response to NI_COMPOSITIONSTR / CPS_CANCEL, if "
-       "the composition string being canceled is non empty.\n");
+    msg_spy_flush_msgs();
 
     /* behavior differs between win9x and NT */
     ret = ImmGetCompositionString(imc, GCS_COMPSTR, resstr, sizeof(resstr));




More information about the wine-cvs mailing list