Re: mlang/tests: [Patch 2] Skip some tests on systems, that do not support CP_UTF8
9 Jun
2009
9 Jun
'09
5:09 a.m.
Detlef Riekenberg <wine.dev(a)web.de> writes:
@@ -1164,6 +1165,14 @@ static void test_GetRfc1766Info(IMultiLanguage2 *iML2) ok(!lstrcmpA(rfc1766A, info_table[i].rfc1766), "#%02d: got '%s' (expected '%s')\n", i, rfc1766A, info_table[i].rfc1766);
+ if (!localenameA[0]) { + /* old win95 systems do not support CP_UTF8 */ + if (!i) + win_skip("CP_UTF8 not supported on this system\n"); + + continue; + }
You should store the table in Unicode instead. -- Alexandre Julliard julliard(a)winehq.org
6120
Age (days ago)
6120
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard