mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5032 Increase code coverage numbers by enabling a test.
X-SVN-Rev: 19081
This commit is contained in:
parent
662ae65d54
commit
8b6eb2b923
2 changed files with 4 additions and 1 deletions
|
@ -227,6 +227,7 @@ void addLocaleTest(TestNode** root)
|
|||
TESTCASE(TestULocale);
|
||||
TESTCASE(TestUResourceBundle);
|
||||
TESTCASE(TestDisplayName);
|
||||
TESTCASE(TestAcceptLanguage);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/********************************************************************
|
||||
* COPYRIGHT:
|
||||
* Copyright (c) 1997-2005, International Business Machines Corporation and
|
||||
* Copyright (c) 1997-2006, International Business Machines Corporation and
|
||||
* others. All Rights Reserved.
|
||||
********************************************************************/
|
||||
/********************************************************************************
|
||||
|
@ -109,4 +109,6 @@ static void TestULocale(void);
|
|||
static void TestUResourceBundle(void);
|
||||
static void TestDisplayName(void);
|
||||
|
||||
static void TestAcceptLanguage(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue