[PATCH] Fix test for non-english IE MUI

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue Dec 8 04:49:40 CST 2009


---
 dlls/shdocvw/tests/webbrowser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shdocvw/tests/webbrowser.c b/dlls/shdocvw/tests/webbrowser.c
index fba30be..927f5dc 100644
--- a/dlls/shdocvw/tests/webbrowser.c
+++ b/dlls/shdocvw/tests/webbrowser.c
@@ -1818,7 +1818,7 @@ static void test_ie_funcs(IUnknown *unk)
     /* Name */
     hres = IWebBrowser2_get_Name(wb, &sName);
     ok(hres == S_OK, "getName failed: %08x, expected S_OK\n", hres);
-    ok(!strcmp_wa(sName, "Microsoft Web Browser Control"), "got '%s', expected 'Microsoft Web Browser Control'\n", wine_dbgstr_w(sName));
+    ok(sName, "get_Name return a NULL string.'\n");
     SysFreeString(sName);
 
     /* Quit */
-- 
1.6.2.5


--------------090901010704060805010005--



More information about the wine-patches mailing list