comctl32/tests: Enable more ListView tests on Comctl32 v6.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2018-01-10 10:17:20 +03:00 committed by Alexandre Julliard
parent c2953ba457
commit 07ea3acbda
1 changed files with 19 additions and 0 deletions

View File

@ -6225,6 +6225,25 @@ START_TEST(listview)
test_multiselect();
test_insertitem();
test_header_proc();
test_images();
test_checkboxes();
test_items();
test_color();
test_columns();
test_sorting();
test_ownerdata();
test_norecompute();
test_nosortheader();
test_columnscreation();
test_indentation();
test_finditem();
test_hover();
test_destroynotify();
test_createdragimage();
test_dispinfo();
test_LVM_SETITEMTEXT();
test_LVM_REDRAWITEMS();
test_oneclickactivate();
unload_v6_module(ctx_cookie, hCtx);