[PATCH] user32/tests: Test auto-registration for more redirected builtin classes

Nikolay Sivov nsivov at codeweavers.com
Fri Feb 16 07:23:01 CST 2018


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/user32/tests/class.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dlls/user32/tests/class.c b/dlls/user32/tests/class.c
index 7701f25c18..a9eee4109c 100644
--- a/dlls/user32/tests/class.c
+++ b/dlls/user32/tests/class.c
@@ -1237,6 +1237,9 @@ static void test_comctl32_classes(void)
         "!Button",
         "!Edit",
         "!Static",
+        "!Listbox",
+        "!ComboBox",
+        "!ComboLBox",
     };
 
     winetest_get_mainargs( &argv );
-- 
2.16.1




More information about the wine-devel mailing list