ICU-10249 review comment updates

X-SVN-Rev: 34410
This commit is contained in:
Scott Russell 2013-09-19 22:04:52 +00:00
parent 379fa7922b
commit 0107991a84
2 changed files with 5 additions and 5 deletions

View file

@ -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");

View file

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