Module: wine Branch: master Commit: 71265980ff9e17536cb8826e2098d92d4a9c4531 URL: http://source.winehq.org/git/wine.git/?a=commit;h=71265980ff9e17536cb8826e20...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Mar 15 00:35:14 2011 +0100
wininet: Update remaining HttpOpenRequest to use the new hello.html location.
---
dlls/wininet/tests/http.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c index 980a809..477ae56 100644 --- a/dlls/wininet/tests/http.c +++ b/dlls/wininet/tests/http.c @@ -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");