spoolss/tests: change skip() to winskip()

Austin English austinenglish at gmail.com
Thu Feb 24 17:31:42 CST 2011


Also update a comment.

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/spoolss/tests/spoolss.c b/dlls/spoolss/tests/spoolss.c
index b7d71d6..acf2801 100644
--- a/dlls/spoolss/tests/spoolss.c
+++ b/dlls/spoolss/tests/spoolss.c
@@ -208,10 +208,10 @@ START_TEST(spoolss)
 {
     LPCSTR ptr;
 
-    /* spoolss.dll does not exist on win9x */
+    /* The tests fail on Win7 (see comments in load_function() */
     ptr = load_functions();
     if (ptr) {
-        skip("%s not found\n", ptr);
+        win_skip("%s not found\n", ptr);
         return;
     }
 


More information about the wine-patches mailing list