Module: wine Branch: master Commit: 302c891eeec046935db6657f20ba81f2c075db3e URL: https://source.winehq.org/git/wine.git/?a=commit;h=302c891eeec046935db6657f2...
Author: Nikolay Sivov nsivov@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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);