Paul Vriens : shell32/tests: Use win_skip instead of trace.

Alexandre Julliard julliard at winehq.org
Tue Oct 21 07:07:00 CDT 2008


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Mon Oct 20 23:06:03 2008 +0200

shell32/tests: Use win_skip instead of trace.

---

 dlls/shell32/tests/shlfileop.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c
index 11cc612..6293b93 100644
--- a/dlls/shell32/tests/shlfileop.c
+++ b/dlls/shell32/tests/shlfileop.c
@@ -1327,8 +1327,8 @@ static void test_sh_create_dir(void)
 
     if(!pSHCreateDirectoryExA)
     {
-	trace("skipping SHCreateDirectoryExA tests\n");
-	return;
+        win_skip("skipping SHCreateDirectoryExA tests\n");
+        return;
     }
 
     set_curr_dir_path(path, "testdir2\\test4.txt\0");
@@ -1351,8 +1351,8 @@ static void test_sh_path_prepare(void)
 
     if(!pSHPathPrepareForWriteA)
     {
-	trace("skipping SHPathPrepareForWriteA tests\n");
-	    return;
+	win_skip("skipping SHPathPrepareForWriteA tests\n");
+	return;
     }
 
     /* directory exists, SHPPFW_NONE */




More information about the wine-cvs mailing list