Andrew Nguyen : ntdll/tests: Report skip when time conversion functions are not available.

Alexandre Julliard julliard at winehq.org
Mon Jan 18 10:58:53 CST 2010


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

Author: Andrew Nguyen <arethusa26 at gmail.com>
Date:   Fri Jan 15 11:46:44 2010 -0600

ntdll/tests: Report skip when time conversion functions are not available.

---

 dlls/ntdll/tests/time.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/ntdll/tests/time.c b/dlls/ntdll/tests/time.c
index cecf4a2..16530c4 100644
--- a/dlls/ntdll/tests/time.c
+++ b/dlls/ntdll/tests/time.c
@@ -101,4 +101,6 @@ START_TEST(time)
     pRtlTimeFieldsToTime = (void *)GetProcAddress(mod,"RtlTimeFieldsToTime");
     if (pRtlTimeToTimeFields && pRtlTimeFieldsToTime)
         test_pRtlTimeToTimeFields();
+    else
+        win_skip("Required time conversion functions are not available\n");
 }




More information about the wine-cvs mailing list