Commit c0cfe453 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wininet/tests: Use win_skip() to skip over unimplemented functionality.

parent 392b8cc6
...@@ -707,7 +707,7 @@ static void test_command(HINTERNET hFtp, HINTERNET hConnect) ...@@ -707,7 +707,7 @@ static void test_command(HINTERNET hFtp, HINTERNET hConnect)
if (!pFtpCommandA) if (!pFtpCommandA)
{ {
skip("FtpCommandA() is not available. Skipping the Ftp command tests\n"); win_skip("FtpCommandA() is not available. Skipping the Ftp command tests\n");
return; return;
} }
...@@ -813,7 +813,7 @@ static void test_get_current_dir(HINTERNET hFtp, HINTERNET hConnect) ...@@ -813,7 +813,7 @@ static void test_get_current_dir(HINTERNET hFtp, HINTERNET hConnect)
if (!pFtpCommandA) if (!pFtpCommandA)
{ {
skip("FtpCommandA() is not available. Skipping the Ftp get_current_dir tests\n"); win_skip("FtpCommandA() is not available. Skipping the Ftp get_current_dir tests\n");
return; return;
} }
......
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