Nikolay Sivov : riched20/tests: Test against proper LCID.

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 21 07:24:24 CDT 2015


Module: wine
Branch: master
Commit: 6fcb092f0f2d503296d08c13effad9dfe4d9b95b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6fcb092f0f2d503296d08c13effad9dfe4d9b95b

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu May 21 11:47:16 2015 +0300

riched20/tests: Test against proper LCID.

---

 dlls/riched20/tests/richole.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/riched20/tests/richole.c b/dlls/riched20/tests/richole.c
index 042bef4..6852821 100644
--- a/dlls/riched20/tests/richole.c
+++ b/dlls/riched20/tests/richole.c
@@ -1301,8 +1301,8 @@ static void test_GetFont(void)
   hr = ITextFont_GetLanguageID(font, &value);
   ok(hr == S_OK, "got 0x%08x\n", hr);
 todo_wine
-  ok(value == GetUserDefaultLCID(), "got lcid %x, user lcid %x\n", value,
-      GetUserDefaultLCID());
+  ok(value == GetSystemDefaultLCID(), "got lcid %x, user lcid %x\n", value,
+      GetSystemDefaultLCID());
 
   /* range is non-italic */
   value = tomTrue;




More information about the wine-cvs mailing list