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