Nikolay Sivov : user32/tests: Test auto-registration for more redirected builtin classes.

Alexandre Julliard julliard at winehq.org
Fri Feb 16 13:41:31 CST 2018


Module: wine
Branch: master
Commit: f31cb68fc3efe4ae04821772037f19f85634f8cf
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f31cb68fc3efe4ae04821772037f19f85634f8cf

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Feb 16 16:23:01 2018 +0300

user32/tests: Test auto-registration for more redirected builtin classes.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 7701f25..a9eee41 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 );




More information about the wine-cvs mailing list