mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
urlmon/tests: Use the same file as wininet for FTP testing.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
30ac0f5a66
commit
27ea7102dc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user