urlmon/tests: Fix expected result.
This commit is contained in:
parent
fe9544abd2
commit
4b3ad0d31c
|
@ -482,7 +482,7 @@ static void test_CoInternetCreateZoneManager(void)
|
|||
IUnknown_Release(punk);
|
||||
|
||||
hr = IInternetZoneManager_QueryInterface(zonemgr, &IID_IInternetZoneManagerEx2, (void **) &punk);
|
||||
ok(hr == S_OK || broken(hr == ERROR_NOINTERFACE /* some W2K3 */),
|
||||
ok(hr == S_OK || broken(hr == E_NOINTERFACE /* some W2K3 */),
|
||||
"got 0x%x (expected S_OK)\n", hr);
|
||||
if (punk)
|
||||
IUnknown_Release(punk);
|
||||
|
|
Loading…
Reference in New Issue