]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/calcasts.h
ICU-511.34.tar.gz
[apple/icu.git] / icuSources / test / intltest / calcasts.h
index 1f8e3c11f84b34d994236da0ba5cf453fb9af0bc..40c80045d1a78a8593cec441ba1012f308669757 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 2003, International Business Machines Corporation 
+ * Copyright (c) 2003-2008, International Business Machines Corporation 
  * and others. All Rights Reserved.
  ********************************************************************
  * Calendar Case Test is a type of CalendarTest which compares the 
@@ -56,6 +56,9 @@ class CalendarCaseTest: public CalendarTest {
   // test cases
   void IslamicCivil();
   void Hebrew();
+  void Indian();
+  void Coptic();
+  void Ethiopic();
 };
 
 #endif