On 2/13/07, Felix Nawothnig flexo@holycrap.org wrote:
Figured you might want a test for my listview patch - so first this.
Didn't really change anything, still passed on XP SP2.
dlls/comctl32/tests/Makefile.in | 1 + dlls/comctl32/tests/msg.c | 523 +++++++++++++++++++++++++++++++++++++++ dlls/comctl32/tests/updown.c | 435 +-------------------------------- 3 files changed, 532 insertions(+), 427 deletions(-)
This is not what needs to happen. The generic message sequence testing code needs to be factored into msg.c, but the specific tests need to stay in each control's test file.