From 0107991a84a9f9c6790c2bd3fa83086708aabf1a Mon Sep 17 00:00:00 2001 From: Scott Russell Date: Thu, 19 Sep 2013 22:04:52 +0000 Subject: [PATCH] ICU-10249 review comment updates X-SVN-Rev: 34410 --- icu4c/source/test/intltest/caltest.cpp | 8 ++++---- icu4c/source/test/intltest/caltest.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/icu4c/source/test/intltest/caltest.cpp b/icu4c/source/test/intltest/caltest.cpp index ecef9c8f5b5..9ad2b345ffc 100644 --- a/icu4c/source/test/intltest/caltest.cpp +++ b/icu4c/source/test/intltest/caltest.cpp @@ -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"); diff --git a/icu4c/source/test/intltest/caltest.h b/icu4c/source/test/intltest/caltest.h index 1d028095bb1..824635d0bd2 100644 --- a/icu4c/source/test/intltest/caltest.h +++ b/icu4c/source/test/intltest/caltest.h @@ -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