mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[WIN32U_APITEST] Disable 2 tests for NtUserGetThreadState
These fail on Windows 2003. Needs investigation.
This commit is contained in:
@@ -81,7 +81,7 @@ static VOID DoTest_EDIT(VOID)
|
||||
0, 0, 50, 30,
|
||||
NULL, NULL, GetModuleHandleW(NULL), NULL);
|
||||
hImeWnd = ImmGetDefaultIMEWnd(hWnd);
|
||||
ok_int(hImeWnd != NULL, TRUE);
|
||||
//ok_int(hImeWnd != NULL, TRUE); // broken on win 2003
|
||||
|
||||
hIMC = ImmGetContext(hWnd);
|
||||
ok_int(hIMC != NULL, TRUE);
|
||||
@@ -203,7 +203,7 @@ static VOID DoTest_BUTTON(VOID)
|
||||
0, 0, 50, 30,
|
||||
NULL, NULL, GetModuleHandleW(NULL), NULL);
|
||||
hImeWnd = ImmGetDefaultIMEWnd(hWnd);
|
||||
ok_int(hImeWnd != NULL, TRUE);
|
||||
//ok_int(hImeWnd != NULL, TRUE); // broken on win 2003
|
||||
|
||||
hIMC = ImmGetContext(hWnd);
|
||||
ok_int(hIMC != NULL, FALSE);
|
||||
|
||||
Reference in New Issue
Block a user