wininet/tests: Prefer winehq.org over winehq.com.
This commit is contained in:
parent
b5eb3be433
commit
648693802b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue