mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:12:05 +00:00
[KERNEL32_WINETEST]
sync kernel32_winetest to wine 1.1.40 svn path=/trunk/; revision=45938
This commit is contained in:
parent
a609bd9f70
commit
ad6f164929
5 changed files with 136 additions and 6 deletions
|
@ -709,6 +709,7 @@ static void test_message_from_hmodule(void)
|
|||
ok(ret == 0, "FormatMessageA returned %u instead of 0\n", ret);
|
||||
ok(error == ERROR_RESOURCE_LANG_NOT_FOUND ||
|
||||
error == ERROR_MR_MID_NOT_FOUND ||
|
||||
error == ERROR_MUI_FILE_NOT_FOUND ||
|
||||
error == ERROR_MUI_FILE_NOT_LOADED,
|
||||
"last error %u\n", error);
|
||||
|
||||
|
@ -719,7 +720,8 @@ static void test_message_from_hmodule(void)
|
|||
ok(ret == 0, "FormatMessageA returned %u instead of 0\n", ret);
|
||||
ok(error == ERROR_RESOURCE_LANG_NOT_FOUND ||
|
||||
error == ERROR_MR_MID_NOT_FOUND ||
|
||||
error == ERROR_MUI_FILE_NOT_FOUND,
|
||||
error == ERROR_MUI_FILE_NOT_FOUND ||
|
||||
error == ERROR_MUI_FILE_NOT_LOADED,
|
||||
"last error %u\n", error);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue