[try2][kernel32][tests][locale] Add test for CompareStringA for non latin symbols

Anatoly Lyutin vostok at etersoft.ru
Thu Jan 25 05:13:19 CST 2007


This test clearly passed on XP, but  I think, that in  Wine test for 
CompareStringA with non latin symbols  will not  pass correctly.
I can not check it,because  " /* this requires collation table patch to 
make it MS compatible */ "

Changelog: Add test for CompareStringA for non latin symbols.

Sorry, I have mixed places in

ok(mas[i] == Locales[j].pcTable[i],"Locale:%s Expected: mas[%d]= \"%c\" (0x%x),Got\" %c\"(0x%x).\n",Locales[j].pcLocalName,i,mas[i],mas[i],Locales[j].pcTable[i],Locales[j].pcTable[i]);


the standart table (Locales[j].pcTable[i])  and  the received table 
(mas[i]).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kernel32-test-locale-sort.patch
Type: text/x-patch
Size: 6875 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070125/0537fb10/kernel32-test-locale-sort-0001.bin


More information about the wine-patches mailing list