Jacek Caban : urlmon/tests: Use proper helpers for iface calls.

Alexandre Julliard julliard at winehq.org
Mon Jul 30 14:18:51 CDT 2012


Module: wine
Branch: master
Commit: fcca6af646303b61041ca35adc0013b8d0469891
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fcca6af646303b61041ca35adc0013b8d0469891

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Jul 30 10:56:13 2012 +0200

urlmon/tests: Use proper helpers for iface calls.

---

 dlls/urlmon/tests/url.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c
index 69a2716..5be3f02 100644
--- a/dlls/urlmon/tests/url.c
+++ b/dlls/urlmon/tests/url.c
@@ -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;




More information about the wine-cvs mailing list