X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/51004dcb01e06fef634b61be77ed73dd61cb6db9..38fbf2fd31f5cd99b500914d6037b1d06b608645:/icuSources/test/intltest/calregts.h diff --git a/icuSources/test/intltest/calregts.h b/icuSources/test/intltest/calregts.h index c099d2bb..d1da7173 100644 --- a/icuSources/test/intltest/calregts.h +++ b/icuSources/test/intltest/calregts.h @@ -1,12 +1,14 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** - * COPYRIGHT: + * COPYRIGHT: * Copyright (c) 1997-2012, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ #ifndef _CALENDARREGRESSIONTEST_ #define _CALENDARREGRESSIONTEST_ - + #include "unicode/utypes.h" #if !UCONFIG_NO_FORMATTING @@ -15,11 +17,11 @@ #include "unicode/gregocal.h" #include "intltest.h" -/** +/** * Performs regression test for Calendar **/ -class CalendarRegressionTest: public IntlTest { - +class CalendarRegressionTest: public IntlTest { + // IntlTest override void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); public: @@ -75,6 +77,8 @@ public: void TestT8596(void); void Test9019(void); void TestT9452(void); + void TestPersianCalOverflow(void); + void TestIslamicCalOverflow(void); void printdate(GregorianCalendar *cal, const char *string); void dowTest(UBool lenient) ; @@ -92,6 +96,6 @@ protected: }; #endif /* #if !UCONFIG_NO_FORMATTING */ - + #endif // _CALENDARREGRESSIONTEST_ //eof