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