Paul Vriens : user32/tests: Use skip.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 4 06:56:50 CDT 2007


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

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Tue Jul  3 14:45:09 2007 +0200

user32/tests: Use skip.

---

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

diff --git a/dlls/user32/tests/winstation.c b/dlls/user32/tests/winstation.c
index 9d64aa0..ac49d4a 100644
--- a/dlls/user32/tests/winstation.c
+++ b/dlls/user32/tests/winstation.c
@@ -250,7 +250,7 @@ START_TEST(winstation)
     GetProcessWindowStation();
     if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
     {
-        trace("WindowStation calls not supported on this platform\n");
+        skip("WindowStation calls not supported on this platform\n");
         return;
     }
 




More information about the wine-cvs mailing list