Commit 006bb26b authored by Alexandre Julliard's avatar Alexandre Julliard

wininet/tests: Remove an invalid FTP test.

parent 9b29b10e
......@@ -726,8 +726,7 @@ static void test_command(HINTERNET hFtp, HINTERNET hConnect)
{ TRUE, ERROR_SUCCESS, "SIZE\t/welcome.msg" },
{ TRUE, ERROR_SUCCESS, "SIZE /welcome.msg" },
{ FALSE, ERROR_INTERNET_EXTENDED_ERROR, "PWD /welcome.msg" },
{ TRUE, ERROR_SUCCESS, "PWD" },
{ TRUE, ERROR_SUCCESS, "PWD\r\n" }
{ TRUE, ERROR_SUCCESS, "PWD" }
};
if (!pFtpCommandA)
......
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