Alexandre Julliard : urlmon/tests: Run tests against the gitlab server to avoid redirects.
Module: wine Branch: master Commit: 81e91afb36f014956db75d29f0dad334bf0f9e75 URL: https://gitlab.winehq.org/wine/wine/-/commit/81e91afb36f014956db75d29f0dad33... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Aug 29 15:18:26 2022 +0200 urlmon/tests: Run tests against the gitlab server to avoid redirects. --- dlls/urlmon/tests/url.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c index 43a47609027..7ec5bf144db 100644 --- a/dlls/urlmon/tests/url.c +++ b/dlls/urlmon/tests/url.c @@ -158,8 +158,8 @@ static const WCHAR wszTextHtml[] = {'t','e','x','t','/','h','t','m','l',0}; static WCHAR BSCBHolder[] = { '_','B','S','C','B','_','H','o','l','d','e','r','_',0 }; -#define WINEHQ_IP "4.4.81.124" -static const WCHAR wszWineHQSite[] = L"www.winehq.org"; +#define WINEHQ_IP "4.4.81.126" +static const WCHAR wszWineHQSite[] = L"gitlab.winehq.org"; static const WCHAR wszWineHQIP[] = L"" WINEHQ_IP; static const CHAR wszIndexHtmlA[] = "index.html"; static const WCHAR cache_fileW[] = {'c',':','\\','c','a','c','h','e','.','h','t','m',0};
participants (1)
-
Alexandre Julliard