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: 24123e8603eec0dd3dcbf8d942df219a747a35cf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=24123e8603eec0dd3dcbf8d942df219a747a35cf

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

user32/tests: Use skip.

---

 dlls/user32/tests/wsprintf.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/user32/tests/wsprintf.c b/dlls/user32/tests/wsprintf.c
index 6ca3ae7..c0ca1c6 100644
--- a/dlls/user32/tests/wsprintf.c
+++ b/dlls/user32/tests/wsprintf.c
@@ -44,7 +44,10 @@ static void wsprintfWTest(void)
 
     rc=wsprintfW(buf, fmt, -1);
     if (rc==0 && GetLastError()==ERROR_CALL_NOT_IMPLEMENTED)
+    {
+        skip("wsprintfW is not implemented\n");
         return;
+    }
     ok(rc == 10, "wsPrintfW length failure: rc=%d error=%d\n",rc,GetLastError());
     ok((lstrcmpW(buf, target) == 0),
        "wsprintfW zero padded negative value failure\n");




More information about the wine-cvs mailing list