[MSHTML_WINETEST] Skip LCIDToLocaleName related tests.

svn path=/trunk/; revision=66930
This commit is contained in:
Amine Khaldi 2015-03-28 16:52:19 +00:00
parent ea0f4ccd4c
commit addfc9af92

View file

@ -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");
}
}