ICU-2765 renamed confusing testDigitListAPI to testDigitList. DigitList is not a part of the API

X-SVN-Rev: 11628
This commit is contained in:
Vladimir Weinstein 2003-04-23 05:23:01 +00:00
parent 3292fefc11
commit 1a90426971
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ void NumberFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &n
CASE(14,TestCurrencyObject);
CASE(15,TestCurrencyPatterns);
CASE(16,TestDigitListAPI);
CASE(16,TestDigitList);
CASE(17,TestWhiteSpaceParsing);
CASE(18,TestComplexCurrency);
@ -131,7 +131,7 @@ NumberFormatTest::TestPatterns(void)
}
void
NumberFormatTest::TestDigitListAPI(void)
NumberFormatTest::TestDigitList(void)
{
// API coverage for DigitList
/*

View File

@ -47,7 +47,7 @@ class NumberFormatTest: public CalendarTimeZoneTest {
/**
* API coverage for DigitList
**/
void TestDigitListAPI(void);
void TestDigitList(void);
/**
* Test localized currency patterns.