Alexandre Julliard : urlmon/tests: Update the IP address for the WineHQ server.

Alexandre Julliard julliard at winehq.org
Mon May 14 06:54:24 CDT 2018


Module: wine
Branch: stable
Commit: 168c021a1cc3c64c8ad2b630bcc910e7be2b4214
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=168c021a1cc3c64c8ad2b630bcc910e7be2b4214

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Mar 28 21:16:10 2018 +0200

urlmon/tests: Update the IP address for the WineHQ server.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 674f1337e48f0d7736ac22ceeac594a7484c4c75)
Signed-off-by: Michael Stefaniuc <mstefani at 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 cd1d855..aa2f3e1 100644
--- a/dlls/urlmon/tests/url.c
+++ b/dlls/urlmon/tests/url.c
@@ -160,7 +160,7 @@ static WCHAR BSCBHolder[] = { '_','B','S','C','B','_','H','o','l','d','e','r','_
 static const WCHAR wszWineHQSite[] =
     {'w','w','w','.','w','i','n','e','h','q','.','o','r','g',0};
 static const WCHAR wszWineHQIP[] =
-    {'2','0','9','.','3','2','.','1','4','1','.','3',0};
+    {'4','.','1','5','.','1','8','4','.','7','7',0};
 static const CHAR wszIndexHtmlA[] = "index.html";
 static const WCHAR cache_fileW[] = {'c',':','\\','c','a','c','h','e','.','h','t','m',0};
 static const CHAR dwl_htmlA[] = "dwl.html";
@@ -2891,7 +2891,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.134/favicon.ico" : "https://test.winehq.org/tests/hello.html";
+        url_a = (flags & BINDTEST_INVALID_CN) ? "https://4.15.184.77/favicon.ico" : "https://test.winehq.org/tests/hello.html";
         break;
     case FTP_TEST:
         url_a = "ftp://ftp.winehq.org/welcome.msg";




More information about the wine-cvs mailing list