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

Francois Gouget fgouget at free.fr
Thu Feb 26 02:45:33 CST 2009


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

diff --git a/dlls/twain_32/tests/dsm.c b/dlls/twain_32/tests/dsm.c
index 54641c1..9d1f635 100644
--- a/dlls/twain_32/tests/dsm.c
+++ b/dlls/twain_32/tests/dsm.c
@@ -572,14 +572,14 @@ START_TEST(dsm)
     htwain = LoadLibraryA("twain_32.dll");
     if (! htwain)
     {
-        skip("twain_32.dll not available, skipping tests\n");
+        win_skip("twain_32.dll not available, skipping tests\n");
         return;
     }
     pDSM_Entry = (void*)GetProcAddress(htwain, "DSM_Entry");
     ok(pDSM_Entry != NULL, "Unable to GetProcAddress DSM_Entry\n");
     if (! pDSM_Entry)
     {
-        skip("DSM_Entry not available, skipping tests\n");
+        win_skip("DSM_Entry not available, skipping tests\n");
         return;
     }
 
-- 
1.5.6.5




More information about the wine-patches mailing list