Austin English : rpcrt4/test: Change a skip to win_skip.

Alexandre Julliard julliard at winehq.org
Thu Mar 26 11:05:49 CDT 2009


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

Author: Austin English <austinenglish at gmail.com>
Date:   Thu Mar 26 00:53:30 2009 -0500

rpcrt4/test: Change a skip to win_skip.

---

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

diff --git a/dlls/rpcrt4/tests/rpc.c b/dlls/rpcrt4/tests/rpc.c
index 725dbba..128391d 100644
--- a/dlls/rpcrt4/tests/rpc.c
+++ b/dlls/rpcrt4/tests/rpc.c
@@ -335,7 +335,7 @@ static void test_towers(void)
     if (ret == RPC_S_INVALID_RPC_PROTSEQ)
     {
         /* Windows Vista fails with this error and crashes if we continue */
-        skip("TowerConstruct failed, we are most likely on Windows Vista\n");
+        win_skip("TowerConstruct failed, we are most likely on Windows Vista\n");
         return;
     }
 




More information about the wine-cvs mailing list