mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
[MSHTML_WINETEST] Skip LCIDToLocaleName related tests.
svn path=/trunk/; revision=66930
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user