Nikolay Sivov : comctl32/tests: Enable some ComboEx tests on version 6.

Alexandre Julliard julliard at winehq.org
Mon Apr 12 16:11:25 CDT 2021


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Apr 12 12:17:04 2021 +0300

comctl32/tests: Enable some ComboEx tests on version 6.

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

---

 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);




More information about the wine-cvs mailing list