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

Alexandre Julliard julliard at winehq.org
Wed Jan 10 17:06:29 CST 2018


Module: wine
Branch: master
Commit: 07ea3acbda5173d243ffc59233a2febcaed4d731
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=07ea3acbda5173d243ffc59233a2febcaed4d731

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Jan 10 10:17:20 2018 +0300

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

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/comctl32/tests/listview.c | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c
index f291698..1df8648 100644
--- a/dlls/comctl32/tests/listview.c
+++ b/dlls/comctl32/tests/listview.c
@@ -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);
 




More information about the wine-cvs mailing list