You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-12-15 08:03:15 -08:00
Rebase against 9107f591d3d73a3b4040db2e13ef51d9846591c9.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 31644e8202391d2395abd1b0d11fd42332742aad Mon Sep 17 00:00:00 2001
|
||||
From 9de7ee8f985782ec2205b5094b85e981f144d88f Mon Sep 17 00:00:00 2001
|
||||
From: Dmitry Timoshkov <dmitry@baikal.ru>
|
||||
Date: Fri, 13 May 2016 16:05:13 +0800
|
||||
Subject: [PATCH] riched20/tests: Add a test to see what richedit class
|
||||
@@ -9,7 +9,7 @@ Subject: [PATCH] riched20/tests: Add a test to see what richedit class
|
||||
1 file changed, 33 insertions(+)
|
||||
|
||||
diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
|
||||
index f6158d9a3d1..28f9849cba0 100644
|
||||
index 4c87869c4a3..789d6617cb9 100644
|
||||
--- a/dlls/riched20/tests/editor.c
|
||||
+++ b/dlls/riched20/tests/editor.c
|
||||
@@ -8957,6 +8957,38 @@ static void test_EM_SELECTIONTYPE(void)
|
||||
@@ -53,12 +53,12 @@ index f6158d9a3d1..28f9849cba0 100644
|
||||
BOOL ret;
|
||||
@@ -8966,6 +8998,7 @@ START_TEST( editor )
|
||||
ok(hmoduleRichEdit != NULL, "error: %d\n", (int) GetLastError());
|
||||
is_lang_japanese = (PRIMARYLANGID(GetUserDefaultLangID()) == LANG_JAPANESE);
|
||||
is_lang_japanese = (PRIMARYLANGID(GetSystemDefaultLangID()) == LANG_JAPANESE);
|
||||
|
||||
+ test_window_classes();
|
||||
test_WM_CHAR();
|
||||
test_EM_FINDTEXT(FALSE);
|
||||
test_EM_FINDTEXT(TRUE);
|
||||
--
|
||||
2.20.1
|
||||
2.30.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user