]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/incaltst.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / test / intltest / incaltst.h
index e010103377ddd02c9373ffd571f41269115d0ac9..b4d52d64eb9bcdf751cd6299bd783ff8cc462bf3 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2005, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -29,6 +29,7 @@ public:
 
     void TestJapanese(void);
     void TestJapaneseFormat(void);
+    void TestJapanese3860(void);
 
  protected:
     // Test a Gregorian-Like calendar
@@ -41,6 +42,7 @@ public: // package
  
 };
 
+
 #endif /* #if !UCONFIG_NO_FORMATTING */
  
 #endif // __IntlCalendarTest__