mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-10249 review comment updates
X-SVN-Rev: 34410
This commit is contained in:
parent
379fa7922b
commit
0107991a84
2 changed files with 5 additions and 5 deletions
|
@ -292,10 +292,10 @@ void CalendarTest::runIndexedTest( int32_t index, UBool exec, const char* &name,
|
|||
}
|
||||
break;
|
||||
case 32:
|
||||
name = "Test10249";
|
||||
name = "TestIslamicTabularDates";
|
||||
if(exec) {
|
||||
logln("Test10249---"); logln("");
|
||||
Test10249();
|
||||
logln("TestIslamicTabularDates---"); logln("");
|
||||
TestIslamicTabularDates();
|
||||
}
|
||||
break;
|
||||
default: name = ""; break;
|
||||
|
@ -2854,7 +2854,7 @@ void CalendarTest::Test8449() {
|
|||
delete tstCal;
|
||||
}
|
||||
|
||||
void CalendarTest::Test10249() {
|
||||
void CalendarTest::TestIslamicTabularDates() {
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
Locale islamicLoc("ar_SA@calendar=islamic-civil");
|
||||
Locale tblaLoc("ar_SA@calendar=islamic-tbla");
|
||||
|
|
|
@ -220,7 +220,7 @@ public: // package
|
|||
void Test3785(void);
|
||||
void Test1624(void);
|
||||
void Test8449(void);
|
||||
void Test10249(void);
|
||||
void TestIslamicTabularDates(void);
|
||||
|
||||
/**
|
||||
* Test the time stamp array recalculation during heavy Calendar usage
|
||||
|
|
Loading…
Add table
Reference in a new issue