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

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


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

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

uxtheme/tests: Use skip instead of trace.

---

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

diff --git a/dlls/uxtheme/tests/system.c b/dlls/uxtheme/tests/system.c
index cf66c94..b82472b 100644
--- a/dlls/uxtheme/tests/system.c
+++ b/dlls/uxtheme/tests/system.c
@@ -260,7 +260,7 @@ static void test_OpenThemeData(void)
             ok( GetLastError() == E_PROP_ID_UNSUPPORTED,
                 "Expected GLE() to be E_PROP_ID_UNSUPPORTED, got 0x%08x\n",
                 GetLastError());
-        trace("No active theme, skipping rest of OpenThemeData tests\n");
+        skip("No active theme, skipping rest of OpenThemeData tests\n");
         return;
     }
 




More information about the wine-cvs mailing list