shell32/tests: Fix IShellFolderView test failure under Windows 7.

Vitaliy Margolen wine-devel at kievinfo.com
Sun Nov 7 18:22:33 CST 2010


On 11/07/2010 04:06 PM, David Hedberg wrote:
> -    ok(hr == S_OK, "got (0x%08x)\n", hr);
> +    ok(hr == S_OK || hr == E_FAIL /* Win7 */, "got (0x%08x)\n", hr);

This can't be correct. It either works or it fails. Can't be both at the 
same time. You should look into why it's failing on Win7 and correct the 
test so it succeeds.

Vitaliy



More information about the wine-devel mailing list