Module: wine Branch: master Commit: 7b88e378395455b1c523c4ce6c0504e236512756 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7b88e378395455b1c523c4ce6c...
Author: Jacek Caban jacek@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; }