Mikołaj Zalewski : shlwapi/tests: Disable the StrFromTimeInterval tests as they are language-dependent.
Module: wine Branch: master Commit: ef8151b3793cbf08abf3800aa6881c13e282781e URL: http://source.winehq.org/git/wine.git/?a=commit;h=ef8151b3793cbf08abf3800aa6... Author: Mikołaj Zalewski <mikolaj(a)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();
participants (1)
-
Alexandre Julliard