Commit 27ea7102 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 30ac0f5a
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment