Commit fcca6af6 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon/tests: Use proper helpers for iface calls.

parent 0947bc78
......@@ -2638,8 +2638,8 @@ static BOOL test_bscholder(IBindStatusCallback *holder)
CHECK_CALLED_BROKEN(QueryInterface_IHttpNegotiate2); /* IE8 */
CHECK_CALLED(GetRootSecurityId);
IHttpNegotiate_Release(http_negotiate2_serv);
IHttpNegotiate_Release(http_negotiate2);
IHttpNegotiate2_Release(http_negotiate2_serv);
IHttpNegotiate2_Release(http_negotiate2);
}else {
skip("Could not get IHttpNegotiate2\n");
ret = FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment