Author: akhaldi Date: Sat Mar 28 16:52:19 2015 New Revision: 66930
URL: http://svn.reactos.org/svn/reactos?rev=66930&view=rev Log: [MSHTML_WINETEST] Skip LCIDToLocaleName related tests.
Modified: trunk/rostests/winetests/mshtml/dom.c
Modified: trunk/rostests/winetests/mshtml/dom.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/mshtml/dom.c?rev... ============================================================================== --- trunk/rostests/winetests/mshtml/dom.c [iso-8859-1] (original) +++ trunk/rostests/winetests/mshtml/dom.c [iso-8859-1] Sat Mar 28 16:52:19 2015 @@ -5517,7 +5517,7 @@ 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"); } }