[PATCH 1/2] user32/combo: Add more tests for listbox size

Fabian Maurer dark.shadow4 at web.de
Fri Mar 1 12:41:20 CST 2019


Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
---
 dlls/user32/tests/combo.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/user32/tests/combo.c b/dlls/user32/tests/combo.c
index 0d3b1b170f..b3f8486cd3 100644
--- a/dlls/user32/tests/combo.c
+++ b/dlls/user32/tests/combo.c
@@ -689,6 +689,8 @@ static void test_listbox_size(DWORD style)
         BOOL todo;
     } info_height[] = {
         {2, 24, FALSE},
+        {2, 30, TRUE},
+        {2, 40, TRUE},
         {2, 41, TRUE},
         {2, 42, FALSE},
         {2, 50, FALSE},
--
2.21.0




More information about the wine-devel mailing list