Mikołaj Zalewski : shlwapi/tests: Disable the StrFromTimeInterval tests as they are language-dependent.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 23 10:01:58 CDT 2006


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

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Sun Oct 22 19:52:41 2006 +0200

shlwapi/tests: Disable the StrFromTimeInterval tests as they are language-dependent.

---

 dlls/shlwapi/tests/string.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/tests/string.c b/dlls/shlwapi/tests/string.c
index 802811d..71533af 100644
--- a/dlls/shlwapi/tests/string.c
+++ b/dlls/shlwapi/tests/string.c
@@ -750,7 +750,11 @@ START_TEST(string)
     test_StrFormatKBSizeA();
     test_StrFormatKBSizeW();
   }
-  test_StrFromTimeIntervalA();
+  if (0)
+  {
+    /* language-dependent test. FIXME: how to detect the language? */
+    test_StrFromTimeIntervalA();
+  }
   test_StrCmpA();
   test_StrCmpW();
   test_StrRetToBSTR();




More information about the wine-cvs mailing list