urlmon/tests: Run tests against the gitlab server to avoid redirects.

This commit is contained in:
Alexandre Julliard 2022-08-29 15:18:26 +02:00
parent a4930f003f
commit 81e91afb36

View file

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