shdocvw: Fix test for non-english IE MUI

Jacek Caban jacek at codeweavers.com
Tue Dec 8 05:38:31 CST 2009


Hi Alistair,

Alistair Leslie-Hughes wrote:
> Hi,
>   Either use this patch or patch "Added support for non-enligh IE MUI".
>
> Changelog:
>     shdocvw: Fix test for non-english IE MUI
-    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");


You don't need to delete the whole test. You can check for the system language and do the compare only if it's English.



Jacek




More information about the wine-devel mailing list