diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/test/intltest/numfmtst.h')
-rw-r--r-- | Build/source/libs/icu-xetex/test/intltest/numfmtst.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/libs/icu-xetex/test/intltest/numfmtst.h b/Build/source/libs/icu-xetex/test/intltest/numfmtst.h index 5f565f03b79..2c7e5bbefbd 100644 --- a/Build/source/libs/icu-xetex/test/intltest/numfmtst.h +++ b/Build/source/libs/icu-xetex/test/intltest/numfmtst.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2005, International Business Machines Corporation and + * Copyright (c) 1997-2006, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -116,9 +116,14 @@ class NumberFormatTest: public CalendarTimeZoneTest { void TestPerMill(void); void TestIllegalPatterns(void); - + void TestCases(void); + void TestJB3832(void); + + void TestHost(void); + + void TestCurrencyFormat(void); private: static UBool equalValue(const Formattable& a, const Formattable& b); |