Alexandre Julliard : urlmon/tests: Use the same file as wininet for FTP testing.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Nov 4 09:40:40 CST 2015


Module: wine
Branch: master
Commit: 27ea7102dc388fd7053e358cfe4bec76dc4ddf1c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=27ea7102dc388fd7053e358cfe4bec76dc4ddf1c

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Nov  4 14:41:09 2015 +0900

urlmon/tests: Use the same file as wininet for FTP testing.

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 96ee6cc..ad27c3d 100644
--- a/dlls/urlmon/tests/url.c
+++ b/dlls/urlmon/tests/url.c
@@ -2863,7 +2863,7 @@ static void init_bind_test(int protocol, DWORD flags, DWORD t)
         url_a = (flags & BINDTEST_INVALID_CN) ? "https://209.46.25.134/favicon.ico" : "https://test.winehq.org/tests/hello.html";
         break;
     case FTP_TEST:
-        url_a = "ftp://ftp.winehq.org/pub/other/winelogo.xcf.tar.bz2";
+        url_a = "ftp://ftp.winehq.org/welcome.msg";
         break;
     default:
         url_a = "winetest:test";




More information about the wine-cvs mailing list