[PATCH] wininet/tests: Prefer winehq.org over winehq.com

Detlef Riekenberg wine.dev at web.de
Sun May 3 07:27:24 CDT 2009


---
 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;
-- 
1.5.4.3


--=-fSp5gjqwpwI/XxkFh0LN--




More information about the wine-patches mailing list