[PATCH] kernel32: added some basic tests for CompareString().

Henri Verbeet hverbeet at gmail.com
Mon Mar 8 16:05:38 CST 2010


On 8 March 2010 22:25, Yann Droneaud <yann at droneaud.fr> wrote:
> While trying to debug cmd.exe, valgrind found some problem in
> CompareString() calls. Those tests help me to understand how
> CompareString() is excepted to be called:
> when string length is given NUL characters are ignored in this string.
>
I think you should add those to the existing test_CompareStringA() in
locale.c, for as far that doesn't already cover CompareString()
behaviour.



More information about the wine-devel mailing list