/********************************************************************
- * COPYRIGHT:
- * Copyright (c) 1997-2012, International Business Machines Corporation and
+ * COPYRIGHT:
+ * Copyright (c) 1997-2016, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
{
if (exec) logln("TestSuite SimpleDateFormatAPI");
switch (index) {
- case 0: name = "SimpleDateFormat API test";
+ case 0: name = "SimpleDateFormat API test";
if (exec) {
logln("SimpleDateFormat API test---"); logln("");
UErrorCode status = U_ZERO_ERROR;
if ((double)udDate == 0.0) {
errln("ERROR: Parsing failed using 'Y' and 'e'");
}
+
+// ====== Test ticket 11295 getNumberFormatForField returns wild pointer
+ if (object.getNumberFormatForField('N') != NULL) {
+ errln("N is not a valid field, "
+ "getNumberFormatForField should return NULL");
+ }
}
#endif /* #if !UCONFIG_NO_FORMATTING */