summaryrefslogtreecommitdiff
path: root/icu4c/source/test/cintltst/cnumtst.h
diff options
context:
space:
mode:
authorccornelius <ccornelius@google.com>2014-11-20 18:09:39 -0800
committerNarayan Kamath <narayan@google.com>2014-11-21 10:44:09 +0000
commitf9878a236aa0d9662d8e40cafdaf2e04cd615835 (patch)
treeb406ecbfd36b2e7ff6f597f813290262a76e9f48 /icu4c/source/test/cintltst/cnumtst.h
parenta1ba4c3899ccd14bfdd9a53b12a67977a2cc321e (diff)
downloadicu-f9878a236aa0d9662d8e40cafdaf2e04cd615835.tar.gz
Update ICU4C/CLDR to versions 54.1/26.
Failing test summary: | *** FAILING TEST SUMMARY FOR: intltest TestCanonicalID TimeZoneTest TestTimeRoundTrip TimeZoneFormatTest format | *** END FAILING TEST SUMMARY FOR: intltest ----------- ALL TESTS SUMMARY: ok: testdata iotest cintltst letest ===== ERRS: intltest Change-Id: I91c82ef1042905bb6454a30c6973b4573da56f77
Diffstat (limited to 'icu4c/source/test/cintltst/cnumtst.h')
-rw-r--r--icu4c/source/test/cintltst/cnumtst.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/icu4c/source/test/cintltst/cnumtst.h b/icu4c/source/test/cintltst/cnumtst.h
index 9115ad3a0..826563b2d 100644
--- a/icu4c/source/test/cintltst/cnumtst.h
+++ b/icu4c/source/test/cintltst/cnumtst.h
@@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2011, International Business Machines Corporation and
+ * Copyright (c) 1997-2014, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
@@ -75,6 +75,10 @@ static void TestParseZero(void);
**/
static void TestCloneWithRBNF(void);
+/**
+ * Test the Currency Usage Implementations
+ **/
+static void TestCurrencyUsage(void);
#endif /* #if !UCONFIG_NO_FORMATTING */
#endif