Re: kernel32: Add tests for lstrcmpW (try 2)
14 Apr
2010
14 Apr
'10
11:57 p.m.
André Hentschel <nerv(a)dawncrow.de> wrote:
- Design similar to ntdll/tests/error.c - Passes all Machines on WTB - with check for existance of function - just the known 2 instead of 4510 - intendation for todo_wine choosen so that it can be easy removed without touching the tests
You need to test CompareStringW instead, and try to avoid using any macros at all. Probably the very first thing you need to do in the test is to call GetStringType and verify that the character you want to test is supported and has the expected attributes. -- Dmitry.
5810
Age (days ago)
5810
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov