mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-10981 disable this test under more situations
X-SVN-Rev: 36492
This commit is contained in:
parent
58f8e44c7d
commit
a5f8e458af
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ static void TestICUDataName(void);
|
|||
static void PointerTableOfContents(void);
|
||||
static void SetBadCommonData(void);
|
||||
static void TestUDataFileAccess(void);
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
#if !UCONFIG_NO_FORMATTING && !UCONFIG_NO_FILE_IO && !UCONFIG_NO_LEGACY_CONVERSION
|
||||
static void TestTZDataDir(void);
|
||||
#endif
|
||||
|
||||
|
@ -95,7 +95,7 @@ addUDataTest(TestNode** root)
|
|||
addTest(root, &PointerTableOfContents, "udatatst/PointerTableOfContents" );
|
||||
addTest(root, &SetBadCommonData, "udatatst/SetBadCommonData" );
|
||||
addTest(root, &TestUDataFileAccess, "udatatst/TestUDataFileAccess" );
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
#if !UCONFIG_NO_FORMATTING && !UCONFIG_NO_FILE_IO && !UCONFIG_NO_LEGACY_CONVERSION
|
||||
addTest(root, &TestTZDataDir, "udatatst/TestTZDataDir" );
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue