X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..151279e3792e85d0417b499c229886b3af724f55:/icuSources/test/intltest/dcfmapts.h diff --git a/icuSources/test/intltest/dcfmapts.h b/icuSources/test/intltest/dcfmapts.h index c17d0b39..dc831c36 100644 --- a/icuSources/test/intltest/dcfmapts.h +++ b/icuSources/test/intltest/dcfmapts.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2009, International Business Machines Corporation and + * Copyright (c) 1997-2013, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -27,9 +27,11 @@ public: void testRounding(/*char *par*/); void testRoundingInc(/*char *par*/); void TestCurrencyPluralInfo(); + void TestScale(); private: /*Helper functions */ void verify(const UnicodeString& message, const UnicodeString& got, double expected); + void verifyString(const UnicodeString& message, const UnicodeString& got, UnicodeString& expected); }; #endif /* #if !UCONFIG_NO_FORMATTING */