[PATCH 1/2] urlmon/tests: Rename received_data event to more general name event_complete.

Misha Koshelev mk144210 at bcm.edu
Fri Jul 27 00:39:17 CDT 2007


This patchset: Alexandre pointed out another occasional failure on protocol tests that basically
is another timing issue with the way the tests are currently set up, so this patchset is basically my
attempt to change these tests to an event based model where we will wait for the appropriate thing to 
happen before, say, trying to call Read again. I believe it also makes the tests simpler and more
powerful in a way by being more specific for what we are actually testing, while at the same time to
the best of my knowledge testing everything taht was being tested before.

This patch: Since we will be using events now for both Switch and ReportData, the event object
is renamed to a more general name.
---
 dlls/urlmon/tests/protocol.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 38282bd5ad879a6908e4c4d73c7ab82a0a58ca5c.diff
Type: text/x-patch
Size: 1950 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070727/a1a10e15/38282bd5ad879a6908e4c4d73c7ab82a0a58ca5c.bin


More information about the wine-patches mailing list