[PATCH 1/3] comctl32/tests: Enable some ComboEx tests on version 6.

Nikolay Sivov nsivov at codeweavers.com
Mon Apr 12 04:17:04 CDT 2021


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/comctl32/tests/combo.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dlls/comctl32/tests/combo.c b/dlls/comctl32/tests/combo.c
index 63470a50ff7..4102191e2f6 100644
--- a/dlls/comctl32/tests/combo.c
+++ b/dlls/comctl32/tests/combo.c
@@ -1391,6 +1391,11 @@ START_TEST(combo)
         return;
     }
 
+    test_comboex();
+    test_comboex_CB_GETLBTEXT();
+    test_comboex_WM_WINDOWPOSCHANGING();
+    test_comboex_get_set_item();
+
     /* ComboBox control tests. */
     test_combo_WS_VSCROLL();
     test_combo_setfont(CBS_DROPDOWN);
-- 
2.30.2




More information about the wine-devel mailing list