]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/calregts.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / calregts.h
index 4bafe68aa13aee9635c9cedf1b00eac1049658cf..6fc4bdda16ec2000712fce34ee5610ba005d7792 100644 (file)
@@ -1,12 +1,14 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
- * COPYRIGHT: 
- * Copyright (c) 1997-2009, International Business Machines Corporation and
+ * 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:
@@ -66,11 +68,21 @@ public:
     void TestJ438(void);
     void TestT5555(void);
     void TestT6745(void);
+       void TestT8057(void);
     void TestLeapFieldDifference(void);
     void TestMalaysianInstance(void);
     void TestWeekShift(void);
     void TestTimeZoneTransitionAdd(void);
     void TestDeprecates(void);
+    void TestT8596(void);
+    void Test9019(void);
+    void TestT9452(void);
+    void TestT11632(void);
+    void TestPersianCalOverflow(void);
+    void TestIslamicCalOverflow(void);
+    void TestWeekOfYear13548(void);
+
+    void Test13745(void);
 
     void printdate(GregorianCalendar *cal, const char *string);
     void dowTest(UBool lenient) ;
@@ -88,6 +100,6 @@ protected:
 };
 
 #endif /* #if !UCONFIG_NO_FORMATTING */
+
 #endif // _CALENDARREGRESSIONTEST_
 //eof