Austin English : spoolss/tests: Change skip() to win_skip().

Alexandre Julliard julliard at winehq.org
Fri Feb 25 11:19:44 CST 2011


Module: wine
Branch: master
Commit: b651dcdb6bbb5c91537613f35f9d563275e262ba
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b651dcdb6bbb5c91537613f35f9d563275e262ba

Author: Austin English <austinenglish at gmail.com>
Date:   Thu Feb 24 15:31:42 2011 -0800

spoolss/tests: Change skip() to win_skip().

---

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

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-cvs mailing list