Module: wine Branch: stable Commit: c0e76838dc6dc8fb3e40c8b656682c4f9fcfbf68 URL: https://gitlab.winehq.org/wine/wine/-/commit/c0e76838dc6dc8fb3e40c8b656682c4...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Aug 29 15:18:26 2022 +0200
urlmon/tests: Run tests against the gitlab server to avoid redirects.
(cherry picked from commit 81e91afb36f014956db75d29f0dad334bf0f9e75) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
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 2f2667cea2d..d465a9e8a7a 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};