Alexandre Julliard : urlmon/tests: Use robots.txt on winehq.org to avoid a redirection.

Alexandre Julliard julliard at winehq.org
Wed Sep 15 16:21:29 CDT 2021


Module: wine
Branch: master
Commit: 0a2831a71d3fbfd4c6b0d953f599a73fb467e5b4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0a2831a71d3fbfd4c6b0d953f599a73fb467e5b4

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Sep 15 09:52:25 2021 +0200

urlmon/tests: Use robots.txt on winehq.org to avoid a redirection.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/urlmon/tests/url.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c
index 69ec00476ff..2f2667cea2d 100644
--- a/dlls/urlmon/tests/url.c
+++ b/dlls/urlmon/tests/url.c
@@ -2870,7 +2870,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://" WINEHQ_IP "/favicon.ico" : "https://test.winehq.org/tests/hello.html";
+        url_a = (flags & BINDTEST_INVALID_CN) ? "https://" WINEHQ_IP "/robots.txt" : "https://test.winehq.org/tests/hello.html";
         break;
     case FTP_TEST:
         url_a = "ftp://ftp.winehq.org/welcome%2emsg";




More information about the wine-cvs mailing list