Rebase against 1348d9e97b1e83c99b68e0c9b592798038dc7f41.

This commit is contained in:
Sebastian Lackner
2016-05-15 02:23:15 +02:00
parent 131c688ab3
commit 6f424b1e0f
28 changed files with 143 additions and 131 deletions

View File

@@ -1,19 +1,19 @@
From 2113716e5a404208e978343c5a6cf7bf3cf5bda2 Mon Sep 17 00:00:00 2001
From 83e88ace41be8d8971bc7efbdb8e9969257729e6 Mon Sep 17 00:00:00 2001
From: Dmitry Timoshkov <dmitry@baikal.ru>
Date: Fri, 13 May 2016 16:05:13 +0800
Subject: riched20/tests: Add a test to see what richedit class flavours should
be available.
---
dlls/riched20/tests/editor.c | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
dlls/riched20/tests/editor.c | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
index ae9c0a5..ef44401 100644
index 31d5128..cdde40e 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -8337,6 +8337,37 @@ static void test_rtf_specials(void)
DestroyWindow( edit );
@@ -8349,6 +8349,38 @@ static void test_background(void)
DestroyWindow(hwndRichEdit);
}
+static void test_window_classes(void)
@@ -47,10 +47,11 @@ index ae9c0a5..ef44401 100644
+ DestroyWindow(hwnd);
+ }
+}
+
START_TEST( editor )
{
@@ -8347,6 +8378,7 @@ START_TEST( editor )
BOOL ret;
@@ -8358,6 +8390,7 @@ START_TEST( editor )
ok(hmoduleRichEdit != NULL, "error: %d\n", (int) GetLastError());
is_lang_japanese = (PRIMARYLANGID(GetUserDefaultLangID()) == LANG_JAPANESE);