Michael Stefaniuc : winhttp/tests: Remove wrong check for 'len'.

Alexandre Julliard julliard at winehq.org
Mon May 21 15:31:08 CDT 2012


Module: wine
Branch: master
Commit: 6542c708ed51f90cf94366faa967eb88fc8c3408
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6542c708ed51f90cf94366faa967eb88fc8c3408

Author: Michael Stefaniuc <mstefani at 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 );




More information about the wine-cvs mailing list