| Index: source/test/intltest/dtfmttst.h
|
| diff --git a/source/test/intltest/dtfmttst.h b/source/test/intltest/dtfmttst.h
|
| index 1cdfe8f77726b83c9297d83831925bc278c1b934..a9dd1a66dac7d91fd9ceba3eafe6b5abfabbabec 100644
|
| --- a/source/test/intltest/dtfmttst.h
|
| +++ b/source/test/intltest/dtfmttst.h
|
| @@ -1,6 +1,6 @@
|
| /********************************************************************
|
| * COPYRIGHT:
|
| - * Copyright (c) 1997-2013, International Business Machines Corporation and
|
| + * Copyright (c) 1997-2014, International Business Machines Corporation and
|
| * others. All Rights Reserved.
|
| ********************************************************************/
|
|
|
| @@ -231,6 +231,13 @@ public:
|
|
|
| void TestDateFormatLeniency();
|
|
|
| + void TestParseMultiPatternMatch();
|
| +
|
| + void TestParseLeniencyAPIs();
|
| +
|
| + // test override NumberFormat
|
| + void TestNumberFormatOverride();
|
| +
|
| private:
|
| UBool showParse(DateFormat &format, const UnicodeString &formattedString);
|
|
|
|
|