From 2309d9f06a46e8f029997bfab354e0167d26cd35 Mon Sep 17 00:00:00 2001 From: Greg Geldorp Date: Thu, 20 Jan 2011 11:41:11 +0100 Subject: [PATCH] imm32/tests: Windows does post WM_IME_COMPOSITION messages sometimes. --- dlls/imm32/tests/imm32.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dlls/imm32/tests/imm32.c b/dlls/imm32/tests/imm32.c index 8b8db904fe1..9f40953e82f 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));