wininet: Host name isn't present when two slashes aren't present in InternetCrackUrl.
commitf18305b176b40bb9303aa2933855973b00e9270d
authorRobert Shearman <rob@codeweavers.com>
Sat, 11 Mar 2006 18:10:57 +0000 (11 18:10 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Mar 2006 12:32:45 +0000 (13 13:32 +0100)
tree56d56e250f3d6eacc9b0feea31ce77f3b6b5a0dc
parentae677d356c1771bf334f608cf00a1a9dda14445d
wininet: Host name isn't present when two slashes aren't present in InternetCrackUrl.

The test for "about:" in InternetCrackUrlW should be more general so
that only URLs without double slashes should also be assumed not to
have a host name.

Add another test for this case and remove an unreliable
InternetCreateUrl test.
dlls/wininet/internet.c
dlls/wininet/tests/http.c