mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
shell32/tests: Fix failing test on Win 2k.
This commit is contained in:
parent
002446b1e7
commit
905e7aad0e
@ -661,7 +661,7 @@ if (0)
|
||||
|
||||
hwnd_view = NULL;
|
||||
hr = IShellView_CreateViewWindow(view, NULL, &settings, &test_shellbrowser, &r, &hwnd_view);
|
||||
ok(hr == S_OK, "got (0x%08x)\n", hr);
|
||||
ok(hr == S_OK || broken(hr == S_FALSE), "got (0x%08x)\n", hr);
|
||||
ok(hwnd_view != 0, "got %p\n", hwnd_view);
|
||||
|
||||
hwnd2 = (HWND)0xdeadbeef;
|
||||
|
Loading…
Reference in New Issue
Block a user