imm32/tests: Add another combination which should fail.
This commit is contained in:
parent
29c9c7f50d
commit
26f380941b
|
@ -287,6 +287,11 @@ static void test_ImmSetCompositionString(void)
|
||||||
todo_wine
|
todo_wine
|
||||||
ok(!ret, "ImmSetCompositionStringW() succeeded.\n");
|
ok(!ret, "ImmSetCompositionStringW() succeeded.\n");
|
||||||
|
|
||||||
|
ret = ImmSetCompositionStringW(imc, SCS_SETSTR | SCS_CHANGEATTR | SCS_CHANGECLAUSE,
|
||||||
|
NULL, 0, NULL, 0);
|
||||||
|
todo_wine
|
||||||
|
ok(!ret, "ImmSetCompositionStringW() succeeded.\n");
|
||||||
|
|
||||||
ImmReleaseContext(hwnd, imc);
|
ImmReleaseContext(hwnd, imc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue