Module: wine Branch: master Commit: 648693802b17e59feb7721d05fbcd1bd4fa896f9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=648693802b17e59feb7721d05f...
Author: Detlef Riekenberg wine.dev@web.de Date: Sun May 3 14:27:24 2009 +0200
wininet/tests: Prefer winehq.org over winehq.com.
---
dlls/wininet/tests/internet.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wininet/tests/internet.c b/dlls/wininet/tests/internet.c index 3c1b3da..176f3d8 100644 --- a/dlls/wininet/tests/internet.c +++ b/dlls/wininet/tests/internet.c @@ -197,7 +197,7 @@ static void test_InternetQueryOptionA(void) ok(err == ERROR_INSUFFICIENT_BUFFER, "Got wrong error code %d\n", err); HeapFree(GetProcessHeap(),0,buffer);
- hurl = InternetConnectA(hinet,"www.winehq.com",INTERNET_DEFAULT_HTTP_PORT,NULL,NULL,INTERNET_SERVICE_HTTP,0,0); + hurl = InternetConnectA(hinet,"www.winehq.org",INTERNET_DEFAULT_HTTP_PORT,NULL,NULL,INTERNET_SERVICE_HTTP,0,0);
SetLastError(0xdeadbeef); len=0;