Module: wine Branch: master Commit: 404dcbcd65aa07b8a6ddbb9672f598b99a80a9ab URL: http://source.winehq.org/git/wine.git/?a=commit;h=404dcbcd65aa07b8a6ddbb9672...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Fri Nov 27 13:27:59 2009 +0100
shell32/tests: Change a trace into a skip for skipped tests.
---
dlls/shell32/tests/shlexec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c index 5e97f61..c673f0a 100644 --- a/dlls/shell32/tests/shlexec.c +++ b/dlls/shell32/tests/shlexec.c @@ -1095,7 +1095,7 @@ static void test_find_executable(void) * like '.mpeg', etc. * Also it means we cannot do any other test. */ - trace("FindExecutable() is broken -> skipping 4+ character extension tests\n"); + win_skip("FindExecutable() is broken -> not running 4+ character extension tests\n"); return; }