]> granicus.if.org Git - icu/commitdiff
ICU-10249 review comment updates
authorScott Russell <DTownSMR@gmail.com>
Thu, 19 Sep 2013 22:04:52 +0000 (22:04 +0000)
committerScott Russell <DTownSMR@gmail.com>
Thu, 19 Sep 2013 22:04:52 +0000 (22:04 +0000)
X-SVN-Rev: 34410

icu4c/source/test/intltest/caltest.cpp
icu4c/source/test/intltest/caltest.h

index ecef9c8f5b53c3f1a0e87e2332adde4bb0708594..9ad2b345ffca7ef658896e347f40757ffc923e16 100644 (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"); 
index 1d028095bb1ec4fe92367f85108e519c1df2202b..824635d0bd2c60ed66634d6f28106c747bdcbf35 100644 (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