ICU-5032 Increase code coverage numbers by enabling a test.
X-SVN-Rev: 19081
This commit is contained in:
parent
662ae65d54
commit
8b6eb2b923
@ -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…
Reference in New Issue
Block a user