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

Francois Gouget fgouget at free.fr
Wed Feb 25 03:30:13 CST 2009


---
 dlls/winspool.drv/tests/info.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winspool.drv/tests/info.c b/dlls/winspool.drv/tests/info.c
index 1e47983..9ac82e1 100644
--- a/dlls/winspool.drv/tests/info.c
+++ b/dlls/winspool.drv/tests/info.c
@@ -479,7 +479,7 @@ static void test_AddPortEx(void)
 
 
     if (!pAddPortExA) {
-        skip("AddPortEx not supported\n");
+        win_skip("AddPortEx not supported\n");
         return;
     }
 
@@ -2235,7 +2235,7 @@ static void test_EnumPrinters(void)
     /* EnumPrintersW is not supported on all platforms */
     if (!ret && (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED))
     {
-        skip("EnumPrintersW is not implemented\n");
+        win_skip("EnumPrintersW is not implemented\n");
         return;
     }
 
-- 
1.5.6.5




More information about the wine-patches mailing list