X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/test/cintltst/cformtst.c diff --git a/icuSources/test/cintltst/cformtst.c b/icuSources/test/cintltst/cformtst.c index 6af51998..799939af 100644 --- a/icuSources/test/cintltst/cformtst.c +++ b/icuSources/test/cintltst/cformtst.c @@ -1,7 +1,7 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2004, International Business Machines Corporation - * and others. All Rights Reserved. + * Copyright (c) 1997-2007,2011, International Business Machines + * Corporation and others. All Rights Reserved. ********************************************************************/ /******************************************************************************** * @@ -24,12 +24,16 @@ void addCalTest(TestNode**); void addDateForTest(TestNode**); +void addDateTimePatternGeneratorTest(TestNode**); +void addDateIntervalFormatTest(TestNode**); void addNumForTest(TestNode**); void addMsgForTest(TestNode**); void addDateForRgrTest(TestNode**); void addNumFrDepTest(TestNode**); void addDtFrDepTest(TestNode**); void addUtmsTest(TestNode**); +void addCurrencyTest(TestNode**); +void addPluralRulesTest(TestNode**); void addFormatTest(TestNode** root); @@ -37,13 +41,16 @@ void addFormatTest(TestNode** root) { addCalTest(root); addDateForTest(root); + addDateTimePatternGeneratorTest(root); + addDateIntervalFormatTest(root); addNumForTest(root); addNumFrDepTest(root); addMsgForTest(root); addDateForRgrTest(root); addDtFrDepTest(root); addUtmsTest(root); - + addCurrencyTest(root); + addPluralRulesTest(root); } /*Internal functions used*/