urlmon: Skip reported_url tests when binding to object.
This limits the scope of
259cd79336
to fix random test failures. This makes the original test questionable,
so if we ever see it failing again, we should simply revert it.
This commit is contained in:
parent
76997f1a38
commit
c1a15b75aa
|
@ -933,6 +933,8 @@ static HRESULT WINAPI Protocol_Continue(IInternetProtocol *iface,
|
|||
CHECK_EXPECT(Continue);
|
||||
|
||||
ok(GetCurrentThreadId() == thread_id, "wrong thread %d\n", GetCurrentThreadId());
|
||||
|
||||
if(!bind_to_object)
|
||||
ok(reported_url && !lstrcmpW(reported_url, current_url), "wrong url %s\n", wine_dbgstr_w(reported_url));
|
||||
|
||||
ok(pProtocolData != NULL, "pProtocolData == NULL\n");
|
||||
|
|
Loading…
Reference in New Issue