]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/calcasts.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / calcasts.h
index 1f8e3c11f84b34d994236da0ba5cf453fb9af0bc..5b1cbc28e8d31790bdcdef0426a42700dd4a36ec 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * 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 +58,9 @@ class CalendarCaseTest: public CalendarTest {
   // test cases
   void IslamicCivil();
   void Hebrew();
+  void Indian();
+  void Coptic();
+  void Ethiopic();
 };
 
 #endif