urlmon/tests: Run tests against the winehq server.
This commit is contained in:
parent
d5c5c0684e
commit
357f0f4656
|
@ -2838,7 +2838,7 @@ static void init_bind_test(int protocol, DWORD flags, DWORD t)
|
|||
url_a = "its:test.chm::/blank.html";
|
||||
break;
|
||||
case HTTPS_TEST:
|
||||
url_a = (flags & BINDTEST_INVALID_CN) ? "https://209.46.25.132/test.html" : "https://www.codeweavers.com/test.html";
|
||||
url_a = (flags & BINDTEST_INVALID_CN) ? "https://209.46.25.134/favicon.ico" : "https://test.winehq.org/tests/hello.html";
|
||||
break;
|
||||
case FTP_TEST:
|
||||
url_a = "ftp://ftp.winehq.org/pub/other/winelogo.xcf.tar.bz2";
|
||||
|
|
Loading…
Reference in New Issue