ICU-5032 Increase code coverage numbers by enabling a test.

X-SVN-Rev: 19081
This commit is contained in:
George Rhoten 2006-02-07 19:26:37 +00:00
parent 662ae65d54
commit 8b6eb2b923
2 changed files with 4 additions and 1 deletions

View File

@ -227,6 +227,7 @@ void addLocaleTest(TestNode** root)
TESTCASE(TestULocale);
TESTCASE(TestUResourceBundle);
TESTCASE(TestDisplayName);
TESTCASE(TestAcceptLanguage);
}

View File

@ -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