Paul Vriens : ddraw/tests: Use skip instead of trace.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jul 6 12:59:06 CDT 2007


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

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Thu Jul  5 17:40:26 2007 +0200

ddraw/tests: Use skip instead of trace.

---

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

diff --git a/dlls/ddraw/tests/refcount.c b/dlls/ddraw/tests/refcount.c
index 9da30ec..9038c57 100644
--- a/dlls/ddraw/tests/refcount.c
+++ b/dlls/ddraw/tests/refcount.c
@@ -434,7 +434,7 @@ START_TEST(refcount)
     init_function_pointers();
     if(!pDirectDrawCreateEx)
     {
-        trace("function DirectDrawCreateEx not available, skipping tests\n");
+        skip("function DirectDrawCreateEx not available\n");
         return;
     }
     test_ddraw_objects();




More information about the wine-cvs mailing list