urlmon/tests: Add test for binding to a URL from which a very short response is received.

Misha Koshelev mk144210 at bcm.edu
Tue Aug 7 20:11:18 CDT 2007


This test just tickles that DOWNLOADINGDATA is not sent for a very short response (we pick
up when it is sent that it is at the proper time in the download_state patch that was committed
this morning, so clearing it here I believe is fine).

I had hoped this would also tickle the synchronous with asynchronous binding thing, but unfortunately that
seems to be a little more complex (basically you have to retrieve the short URL _twice_, which is 
fine except any way that you do except just replacing the WINE_ABOUT_URL you also get a missing
SENDINGREQUEST the second time - like it is being cached on native - and I really don't feel like
it is significant enough to add logic to when exactly this SENDINGREQUEST is dropped so I am just
going to leave that; in any case that is actually already "tickled" by all the non-HTTP tests).

I got Jacek's ok to unroll the HTTP protocol from the hack (yay) and will send the patches tomorrow
(figured out how to do a proper clipformat test so will do that first before unrolling that bad test).
---
 dlls/urlmon/tests/url.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ad619ea6fdc3e59556e7906a85166030053702a1.diff
Type: text/x-patch
Size: 1996 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070807/465f9c0a/ad619ea6fdc3e59556e7906a85166030053702a1.bin


More information about the wine-patches mailing list