Simplify code in dlls/imm32/tests/imm32.c
20 Jun
2009
20 Jun
'09
7:02 a.m.
Hello Gerald Pfeifer, You did, /* behavior differs between win9x and NT */ ret = ImmGetCompositionString(imc, GCS_COMPSTR, resstr, sizeof(resstr)); - ok(ret || !ret, "You'll never read this.\n"); + ok(TRUE, "You'll never read this.\n"); Wouldn't it be better to do something like: ok(ret || broken(!ret), "You'll never read this.\n"); or marking the other case broken()? Note that broken() should be interpreted as, "unwanted functionality for Wine" HTH, Joris
6109
Age (days ago)
6109
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joris Huizer