wininet/tests: Prefer winehq.org over winehq.com.

This commit is contained in:
Detlef Riekenberg 2009-05-03 14:27:24 +02:00 committed by Alexandre Julliard
parent b5eb3be433
commit 648693802b
1 changed files with 1 additions and 1 deletions

View File

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