]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tztest.h
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / test / intltest / tztest.h
index 51e68b13d3d6849f501b9b6e6e762a8a76598cf7..310a304b5857fefe7a4e0270cbfd742896347f84 100644 (file)
@@ -1,7 +1,7 @@
 
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2003, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
  
@@ -46,11 +46,16 @@ public:
      * Test the setStartRule/setEndRule API calls.
      */
     virtual void TestRuleAPI(void);
+    void findTransition(const TimeZone& tz,
+                        UDate min, UDate max);
 
-    /**
+   /**
      * subtest used by TestRuleAPI
      **/
-    void testUsingBinarySearch(SimpleTimeZone* tz, UDate min, UDate max, UDate expectedBoundary);
+    void testUsingBinarySearch(const TimeZone& tz,
+                               UDate min, UDate max,
+                               UDate expectedBoundary);
 
 
     /**
@@ -74,6 +79,10 @@ public:
 
     void TestCountries(void);
 
+    void TestHistorical(void);
+
+    void TestEquivalentIDs(void);
+
     static const UDate INTERVAL;
 
 private: