On 10/24/2010 05:20 AM, Bernhard Übelacker wrote:
If I got it right, tests which would fail in wine are prefixed with todo_wine?
I want to ask if this patch looks right for inclusion and if the location (dlls/comctl32/tests/) is right?
/* disabled because todo_wine would fail because some messages arrive correct in wine
No, it doesn't look right. If you testing for missing messages, then you should test all messages as done in some other places. See dlls/comctl32/tests/msg.h and where it's used.
Vitaliy.