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

Fabian Maurer dark.shadow4 at web.de
Fri Feb 22 12:22:41 CST 2019


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

diff --git a/dlls/user32/tests/combo.c b/dlls/user32/tests/combo.c
index 0d3b1b170f..12e4ed5862 100644
--- a/dlls/user32/tests/combo.c
+++ b/dlls/user32/tests/combo.c
@@ -692,18 +692,21 @@ static void test_listbox_size(DWORD style)
         {2, 41, TRUE},
         {2, 42, FALSE},
         {2, 50, FALSE},
-        {2, 60},
-        {2, 80},
-        {2, 89},
-        {2, 90},
-        {2, 100},
+        {2, 60, FALSE},
+        {2, 80, FALSE},
+        {2, 89, FALSE},
+        {2, 90, FALSE},
+        {2, 100, FALSE},
+        {3, 73, TRUE},

         {10, 24, FALSE},
+        {10, 40, TRUE},
         {10, 41, TRUE},
         {10, 42, FALSE},
         {10, 50, FALSE},
         {10, 60, FALSE},
         {10, 80, FALSE},
+        {10, 88, FALSE},
         {10, 89, TRUE},
         {10, 90, FALSE},
         {10, 100, FALSE},
--
2.20.1




More information about the wine-devel mailing list