>From 4c1a4d7c122d29a12fcede748e13ef589060657c Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 20 Oct 2008 23:06:03 +0200 Subject: [PATCH] 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 */ -- 1.5.5.1