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>
This commit is contained in:
Nikolay Sivov 2021-04-12 12:17:04 +03:00 committed by Alexandre Julliard
parent 9268407bc6
commit 302c891eee
1 changed files with 5 additions and 0 deletions

View File

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