Jacek Caban : mshtml: Ignore QueryHitPoint calls in activex.c tests.

Alexandre Julliard julliard at winehq.org
Tue Apr 8 14:02:51 CDT 2014


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Apr  8 10:53:14 2014 +0200

mshtml: Ignore QueryHitPoint calls in activex.c tests.

---

 dlls/mshtml/tests/activex.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/tests/activex.c b/dlls/mshtml/tests/activex.c
index 00b8ba2..2ceb8f0 100644
--- a/dlls/mshtml/tests/activex.c
+++ b/dlls/mshtml/tests/activex.c
@@ -977,7 +977,7 @@ static HRESULT WINAPI ViewObjectEx_GetViewStatus(IViewObjectEx *iface, DWORD *pd
 static HRESULT WINAPI ViewObjectEx_QueryHitPoint(IViewObjectEx *iface, DWORD dwAspect, LPCRECT pRectBounds, POINT ptlLoc,
         LONG lCloseHint, DWORD *pHitResult)
 {
-    ok(0, "unexpected call\n");
+    trace("QueryHitPoint call ignored\n");
     return E_NOTIMPL;
 }
 




More information about the wine-cvs mailing list