Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: icu46/source/test/intltest/calregts.h

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu46/source/test/intltest/callimts.cpp ('k') | icu46/source/test/intltest/calregts.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/test/intltest/calregts.h
===================================================================
--- icu46/source/test/intltest/calregts.h (revision 0)
+++ icu46/source/test/intltest/calregts.h (revision 0)
@@ -0,0 +1,93 @@
+/********************************************************************
+ * COPYRIGHT:
+ * Copyright (c) 1997-2009, International Business Machines Corporation and
+ * others. All Rights Reserved.
+ ********************************************************************/
+
+#ifndef _CALENDARREGRESSIONTEST_
+#define _CALENDARREGRESSIONTEST_
+
+#include "unicode/utypes.h"
+
+#if !UCONFIG_NO_FORMATTING
+
+#include "unicode/calendar.h"
+#include "unicode/gregocal.h"
+#include "intltest.h"
+
+/**
+ * Performs regression test for Calendar
+ **/
+class CalendarRegressionTest: public IntlTest {
+
+ // IntlTest override
+ void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
+public:
+ void test4100311(void);
+ void test4074758(void);
+ void test4028518(void);
+ void test4031502(void) ;
+ void test4035301(void) ;
+ void test4040996(void) ;
+ void test4051765(void) ;
+ void test4059654(void) ;
+ void test4061476(void) ;
+ void test4070502(void) ;
+ void test4071197(void) ;
+ void test4071385(void) ;
+ void test4073929(void) ;
+ void test4083167(void) ;
+ void test4086724(void) ;
+ void test4092362(void) ;
+ void test4095407(void) ;
+ void test4096231(void) ;
+ void test4096539(void) ;
+ void test41003112(void) ;
+ void test4103271(void) ;
+ void test4106136(void) ;
+ void test4108764(void) ;
+ void test4114578(void) ;
+ void test4118384(void) ;
+ void test4125881(void) ;
+ void test4125892(void) ;
+ void test4141665(void) ;
+ void test4142933(void) ;
+ void test4145158(void) ;
+ void test4145983(void) ;
+ void test4147269(void) ;
+
+ void Test4149677(void) ;
+ void Test4162587(void) ;
+ void Test4165343(void) ;
+ void Test4166109(void) ;
+ void Test4167060(void) ;
+ void Test4197699(void);
+ void TestJ81(void);
+ void TestJ438(void);
+ void TestT5555(void);
+ void TestT6745(void);
+ void TestLeapFieldDifference(void);
+ void TestMalaysianInstance(void);
+ void TestWeekShift(void);
+ void TestTimeZoneTransitionAdd(void);
+ void TestDeprecates(void);
+
+ void printdate(GregorianCalendar *cal, const char *string);
+ void dowTest(UBool lenient) ;
+
+
+ static UDate getAssociatedDate(UDate d, UErrorCode& status);
+ static UDate makeDate(int32_t y, int32_t m = 0, int32_t d = 0, int32_t hr = 0, int32_t min = 0, int32_t sec = 0);
+
+ static const UDate EARLIEST_SUPPORTED_MILLIS;
+ static const UDate LATEST_SUPPORTED_MILLIS;
+ static const char* FIELD_NAME[];
+
+protected:
+ UBool failure(UErrorCode status, const char* msg);
+};
+
+#endif /* #if !UCONFIG_NO_FORMATTING */
+
+#endif // _CALENDARREGRESSIONTEST_
+//eof
Property changes on: icu46/source/test/intltest/calregts.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « icu46/source/test/intltest/callimts.cpp ('k') | icu46/source/test/intltest/calregts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698