shlwapi/tests: Disable the StrFromTimeInterval tests as they are language-dependent.
This commit is contained in:
parent
5f5c662a67
commit
ef8151b379
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue