Module: wine Branch: master Commit: 6542c708ed51f90cf94366faa967eb88fc8c3408 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6542c708ed51f90cf94366faa9... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Mon May 21 10:06:37 2012 +0200 winhttp/tests: Remove wrong check for 'len'. --- dlls/winhttp/tests/url.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/winhttp/tests/url.c b/dlls/winhttp/tests/url.c index d447879..f0bd434 100644 --- a/dlls/winhttp/tests/url.c +++ b/dlls/winhttp/tests/url.c @@ -142,7 +142,6 @@ static void WinHttpCreateUrl_test( void ) ret = WinHttpCreateUrl( &uc, 0, NULL, NULL ); ok( !ret, "expected failure\n" ); ok( GetLastError() == ERROR_INVALID_PARAMETER, "expected ERROR_INVALID_PARAMETER got %u\n", GetLastError() ); - ok( len == ~0u, "expected len ~0u got %u\n", len ); /* valid components, NULL url */ SetLastError( 0xdeadbeef );