X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..e4f10fab0c078f399c9deef476d9c9b73b47dff8:/icuSources/test/intltest/itrbnf.h diff --git a/icuSources/test/intltest/itrbnf.h b/icuSources/test/intltest/itrbnf.h index 939077b4..c1965249 100644 --- a/icuSources/test/intltest/itrbnf.h +++ b/icuSources/test/intltest/itrbnf.h @@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (C) 1996-2007, International Business Machines Corporation and * + * Copyright (C) 1996-2012, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* */ @@ -128,6 +128,11 @@ class IntlTestRBNF : public IntlTest { */ virtual void TestMultiplierSubstitution(); + /** + * Test the setDecimalFormatSymbols in RBNF + */ + virtual void TestSetDecimalFormatSymbols(); + protected: virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing); virtual void doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2]);