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

Francois Gouget fgouget at free.fr
Wed Feb 25 03:29:58 CST 2009


---
 dlls/wininet/tests/ftp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/wininet/tests/ftp.c b/dlls/wininet/tests/ftp.c
index a785fa9..b4de4e1 100644
--- a/dlls/wininet/tests/ftp.c
+++ b/dlls/wininet/tests/ftp.c
@@ -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;
     }
 
-- 
1.5.6.5




More information about the wine-patches mailing list