]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cformtst.c
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cformtst.c
index 799939af68815379041cc081bc4ba0497b50fc41..69a804ddd613fcea88201e91246298dbe01590bc 100644 (file)
@@ -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*/