wininet/tests: Remove wrong check for 'len'.

This commit is contained in:
Michael Stefaniuc 2012-05-22 11:32:25 +02:00 committed by Alexandre Julliard
parent 2addfb73e3
commit 92c97c1710

View File

@ -792,7 +792,6 @@ static void InternetCreateUrlA_test(void)
ok(!ret, "Expected failure\n");
ok(GetLastError() == ERROR_INVALID_PARAMETER,
"Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
ok(len == -1, "Expected len -1, got %d\n", len);
/* test valid lpUrlComponents, empty szUrl
* lpdwUrlLength is size of buffer required on exit, including