ICU-2765 renamed confusing testDigitListAPI to testDigitList. DigitList is not a part of the API
X-SVN-Rev: 11628
This commit is contained in:
parent
3292fefc11
commit
1a90426971
@ -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
|
||||
/*
|
||||
|
@ -47,7 +47,7 @@ class NumberFormatTest: public CalendarTimeZoneTest {
|
||||
/**
|
||||
* API coverage for DigitList
|
||||
**/
|
||||
void TestDigitListAPI(void);
|
||||
void TestDigitList(void);
|
||||
|
||||
/**
|
||||
* Test localized currency patterns.
|
||||
|
Loading…
Reference in New Issue
Block a user