Module: wine Branch: master Commit: 467844765b50018af5de256864470d64ce65f492 URL: http://source.winehq.org/git/wine.git/?a=commit;h=467844765b50018af5de256864... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Thu Dec 23 14:30:08 2010 +0100 urlmon: Make protocol tests more verbose. --- dlls/urlmon/tests/protocol.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/urlmon/tests/protocol.c b/dlls/urlmon/tests/protocol.c index 4a410f4..e463737 100644 --- a/dlls/urlmon/tests/protocol.c +++ b/dlls/urlmon/tests/protocol.c @@ -41,6 +41,7 @@ static HRESULT (WINAPI *pCreateUri)(LPCWSTR, DWORD, DWORD_PTR, IUri**); #define CHECK_EXPECT2(func) \ do { \ + trace(#func "\n"); /* temporary debug traces */ \ ok(expect_ ##func, "unexpected call " #func "\n"); \ called_ ## func = TRUE; \ }while(0)