X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/ba6d6ed23dec08b1cd5700a128c0752491c10ac9..51004dcb01e06fef634b61be77ed73dd61cb6db9:/icuSources/test/cintltst/cformtst.c diff --git a/icuSources/test/cintltst/cformtst.c b/icuSources/test/cintltst/cformtst.c index 799939af..69a804dd 100644 --- a/icuSources/test/cintltst/cformtst.c +++ b/icuSources/test/cintltst/cformtst.c @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2007,2011, International Business Machines + * Copyright (c) 1997-2007,2011,2013, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************/ /******************************************************************************** @@ -34,6 +34,7 @@ void addDtFrDepTest(TestNode**); void addUtmsTest(TestNode**); void addCurrencyTest(TestNode**); void addPluralRulesTest(TestNode**); +void addURegionTest(TestNode** root); void addFormatTest(TestNode** root); @@ -51,6 +52,7 @@ void addFormatTest(TestNode** root) addUtmsTest(root); addCurrencyTest(root); addPluralRulesTest(root); + addURegionTest(root); } /*Internal functions used*/