Paul Vriens wrote:
> Jacek Caban wrote:
>> ---
>>  dlls/urlmon/tests/url.c |  157 
>> +++++++++++++++++++++++++----------------------
>>  1 files changed, 84 insertions(+), 73 deletions(-)
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>>
> Hi Jacek,
> 
> As of this patch we skip running most of the tests on Wine (and 
> Windows). I only see a few W2K boxes that run the full tests for url.c 
> (+/- 3800 tests). The rest only run 137 tests
> 
Shouldn't that

if(!test_RegisterBindStatusCallback()) {

actually be

if(test_RegisterBindStatusCallback()) {

-- 
Cheers,

Paul.


Reply via email to