Commit 2309d9f0 authored by Greg Geldorp's avatar Greg Geldorp Committed by Alexandre Julliard

imm32/tests: Windows does post WM_IME_COMPOSITION messages sometimes.

parent 50a25a8e
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment