schannel/tests: Use win_skip() to skip over unimplemented functionality.

Francois Gouget fgouget at free.fr
Mon Feb 23 16:48:54 CST 2009


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

diff --git a/dlls/schannel/tests/main.c b/dlls/schannel/tests/main.c
index 9492a97..ddfffc4 100644
--- a/dlls/schannel/tests/main.c
+++ b/dlls/schannel/tests/main.c
@@ -177,7 +177,7 @@ START_TEST(main)
 {
     HMODULE hMod = LoadLibraryA("schannel.dll");
     if (!hMod) {
-        skip("schannel.dll not found.\n");
+        win_skip("schannel.dll not available\n");
         return;
     }
 
@@ -189,7 +189,7 @@ START_TEST(main)
         testInitialize();
         testGetInfo();
     }
-    else skip( "schannel functions not found\n" );
+    else win_skip( "schannel functions not found\n" );
 
     FreeLibrary(hMod);
 }
-- 
1.5.6.5




More information about the wine-patches mailing list