wininet: Update remaining HttpOpenRequest to use the new hello.html location.

This commit is contained in:
Jacek Caban 2011-03-15 00:35:14 +01:00 committed by Alexandre Julliard
parent ec96604881
commit 71265980ff
1 changed files with 1 additions and 1 deletions

View File

@ -1203,7 +1203,7 @@ static void test_http_cache(void)
CloseHandle(file);
/* Send the same request, requiring it to be retrieved from the cache */
request = HttpOpenRequest(connect, "GET", "/hello.html", NULL, NULL, NULL, INTERNET_FLAG_FROM_CACHE, 0);
request = HttpOpenRequest(connect, "GET", "/tests/hello.html", NULL, NULL, NULL, INTERNET_FLAG_FROM_CACHE, 0);
ret = HttpSendRequest(request, NULL, 0, NULL, 0);
ok(ret, "HttpSendRequest failed\n");