X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..151279e3792e85d0417b499c229886b3af724f55:/icuSources/test/intltest/calcasts.h diff --git a/icuSources/test/intltest/calcasts.h b/icuSources/test/intltest/calcasts.h index 1f8e3c11..40c80045 100644 --- a/icuSources/test/intltest/calcasts.h +++ b/icuSources/test/intltest/calcasts.h @@ -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