urlmon: Make protocol tests more verbose.

This commit is contained in:
Jacek Caban 2010-12-23 14:30:08 +01:00 committed by Alexandre Julliard
parent 75c7d56465
commit 467844765b

View file

@ -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)