urlmon/tests: Fix todo_wine's to show the IServiceProvider interface is not queried on wine from CreateAsyncBindCtx.

Misha Koshelev mk144210 at bcm.edu
Sun Aug 5 23:35:22 CDT 2007


Because the call to SET_EXPECT(QueryInterface_IServiceProvider) was not properly followed by a call to
CHECK_NOT_CALLED for all protocols after BindToStorage, sometimes the todo_wine's for CHECK_CALLED around
CreateAsyncBindCtx would falsely "succeed" implying that QueryInterface was called for the IServiceProvider
interface correctly from CreateAsyncBindCtx whereas it was actually being called incorrectly from the
previous test's BindToStorage method.
---
 dlls/urlmon/tests/url.c |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: d423eb3c0cdbb6d69edac96ff028be9c1a98f227.diff
Type: text/x-patch
Size: 1435 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070805/08bf2f52/d423eb3c0cdbb6d69edac96ff028be9c1a98f227.bin


More information about the wine-patches mailing list