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

This commit is contained in:
Mikołaj Zalewski 2006-10-22 19:52:41 +02:00 committed by Alexandre Julliard
parent 5f5c662a67
commit ef8151b379
1 changed files with 5 additions and 1 deletions

View File

@ -750,7 +750,11 @@ START_TEST(string)
test_StrFormatKBSizeA(); test_StrFormatKBSizeA();
test_StrFormatKBSizeW(); test_StrFormatKBSizeW();
} }
test_StrFromTimeIntervalA(); if (0)
{
/* language-dependent test. FIXME: how to detect the language? */
test_StrFromTimeIntervalA();
}
test_StrCmpA(); test_StrCmpA();
test_StrCmpW(); test_StrCmpW();
test_StrRetToBSTR(); test_StrRetToBSTR();