]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/calregts.h
ICU-59180.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / calregts.h
index e4c89dc225d3992a29f3b44ccb0d61aaedcf48b4..d1da7173144db9e2cda55b2f5669b2276337f8ce 100644 (file)
@@ -1,14 +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
 #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:
@@ -77,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) ;
@@ -94,6 +96,6 @@ protected:
 };
 
 #endif /* #if !UCONFIG_NO_FORMATTING */
+
 #endif // _CALENDARREGRESSIONTEST_
 //eof