user32/tests: Fix the spelling of an ok() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1a46034c46
commit
cca965d94e
|
@ -591,7 +591,7 @@ static void test_inputdesktop(void)
|
||||||
|
|
||||||
/* by default, GetThreadDesktop is the input desktop, SendInput should succeed. */
|
/* by default, GetThreadDesktop is the input desktop, SendInput should succeed. */
|
||||||
old_thread_desk = GetThreadDesktop(GetCurrentThreadId());
|
old_thread_desk = GetThreadDesktop(GetCurrentThreadId());
|
||||||
ok(old_thread_desk != NULL, "GetThreadDesktop faile!\n");
|
ok(old_thread_desk != NULL, "GetThreadDesktop failed!\n");
|
||||||
memset(name, 0, sizeof(name));
|
memset(name, 0, sizeof(name));
|
||||||
ret = GetUserObjectInformationA(old_thread_desk, UOI_NAME, name, 1024, NULL);
|
ret = GetUserObjectInformationA(old_thread_desk, UOI_NAME, name, 1024, NULL);
|
||||||
ok(!strcmp(name, "Default"), "unexpected desktop %s\n", name);
|
ok(!strcmp(name, "Default"), "unexpected desktop %s\n", name);
|
||||||
|
|
Loading…
Reference in New Issue