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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 27 06:07:35 CDT 2007


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

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Fri Aug 24 16:41:47 2007 +0200

setupapi/tests: Use skip instead of trace.

---

 dlls/setupapi/tests/devinst.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c
index 6232105..409e6e3 100644
--- a/dlls/setupapi/tests/devinst.c
+++ b/dlls/setupapi/tests/devinst.c
@@ -130,10 +130,10 @@ START_TEST(devinst)
     if (pSetupDiCreateDeviceInfoListExW && pSetupDiDestroyDeviceInfoList)
         test_SetupDiCreateDeviceInfoListEx();
     else
-        trace("Needed calls for SetupDiCreateDeviceInfoListEx not all available, skipping test.\n");
+        skip("SetupDiCreateDeviceInfoListExW and/or SetupDiDestroyDeviceInfoList not available\n");
 
     if (pSetupDiOpenClassRegKeyExA)
         test_SetupDiOpenClassRegKeyExA();
     else
-        trace("Needed call for SetupDiOpenClassRegKeyExA not available, skipping test.\n");
+        skip("SetupDiOpenClassRegKeyExA is not available\n");
 }




More information about the wine-cvs mailing list