| Index: source/test/intltest/itrbnf.h
|
| diff --git a/source/test/intltest/itrbnf.h b/source/test/intltest/itrbnf.h
|
| index c1965249e2aa4cbd74b387bc2d1ba244c1df119c..cc4076c0b6c73b5676e25600165c9f7498815f31 100644
|
| --- a/source/test/intltest/itrbnf.h
|
| +++ b/source/test/intltest/itrbnf.h
|
| @@ -1,6 +1,6 @@
|
| /*
|
| *******************************************************************************
|
| - * Copyright (C) 1996-2012, International Business Machines Corporation and *
|
| + * Copyright (C) 1996-2014, International Business Machines Corporation and *
|
| * others. All Rights Reserved. *
|
| *******************************************************************************
|
| */
|
| @@ -133,6 +133,11 @@ class IntlTestRBNF : public IntlTest {
|
| */
|
| virtual void TestSetDecimalFormatSymbols();
|
|
|
| + /**
|
| + * Test the plural rules in RBNF
|
| + */
|
| + virtual void TestPluralRules();
|
| +
|
| protected:
|
| virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);
|
| virtual void doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2]);
|
|
|