urlmon/tests: Run tests against the winehq server.

oldstable
Alexandre Julliard 2014-01-29 21:57:23 +01:00
parent d5c5c0684e
commit 357f0f4656
1 changed files with 1 additions and 1 deletions

View File

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