Index: source/test/cintltst/cdattst.h |
diff --git a/source/test/cintltst/cdattst.h b/source/test/cintltst/cdattst.h |
index 7fc03251aa89b5c4aa2cf00061acc2a3ffd0f7d2..f27bdddfa46d54ac678d3226f872e613460e96de 100644 |
--- a/source/test/cintltst/cdattst.h |
+++ b/source/test/cintltst/cdattst.h |
@@ -1,6 +1,6 @@ |
/******************************************************************** |
* COPYRIGHT: |
- * Copyright (c) 1997-2013, International Business Machines Corporation and |
+ * Copyright (c) 1997-2014, International Business Machines Corporation and |
* others. All Rights Reserved. |
********************************************************************/ |
/******************************************************************************** |
@@ -51,6 +51,12 @@ |
static UChar* myNumformat(const UNumberFormat* numfor, double d); |
static int getCurrentYear(void); |
+ /** |
+ * Test DateFormat override number format API |
+ */ |
+ static void TestOverrideNumberFormat(void); |
+ |
+ |
#endif /* #if !UCONFIG_NO_FORMATTING */ |
#endif |