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

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


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Mon Oct 20 22:10:15 2008 +0200

comctl32/tests: Use win_skip instead of trace.

---

 dlls/comctl32/tests/dpa.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/tests/dpa.c b/dlls/comctl32/tests/dpa.c
index ae7fcb3..08a7b02 100644
--- a/dlls/comctl32/tests/dpa.c
+++ b/dlls/comctl32/tests/dpa.c
@@ -454,5 +454,5 @@ START_TEST(dpa)
     if(InitFunctionPtrs(hcomctl32))
         test_dpa();
     else
-        trace("skipping tests\n");
+        win_skip("Needed functions are not available\n");
 }




More information about the wine-cvs mailing list