mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 23:49:43 +00:00
[MSHTML_WINETEST] Skip LCIDToLocaleName related tests.
svn path=/trunk/; revision=66930
This commit is contained in:
parent
ea0f4ccd4c
commit
addfc9af92
1 changed files with 1 additions and 1 deletions
|
@ -5517,7 +5517,7 @@ static void _test_language_string(unsigned line, const WCHAR *lang, LCID lcid)
|
|||
ok_(__FILE__,line)(res, "LCIDToLocaleName failed: %u\n", GetLastError());
|
||||
ok_(__FILE__,line)(!lstrcmpW(lang, buf), "lang = %s, expected %s\n", wine_dbgstr_w(lang), wine_dbgstr_w(buf));
|
||||
}else {
|
||||
win_skip("LCIDToLocaleName not available, unable to test language string\n");
|
||||
skip("LCIDToLocaleName not available, unable to test language string\n");
|
||||
ok_(__FILE__,line)(lang != NULL, "lang == NULL\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue