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

oldstable
Francois Gouget 2009-02-25 10:29:58 +01:00 committed by Alexandre Julliard
parent 392b8cc689
commit c0cfe453e3
1 changed files with 2 additions and 2 deletions

View File

@ -707,7 +707,7 @@ static void test_command(HINTERNET hFtp, HINTERNET hConnect)
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;
}
@ -813,7 +813,7 @@ static void test_get_current_dir(HINTERNET hFtp, HINTERNET hConnect)
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;
}