/***********************************************************************
- * Copyright (c) 1997-2006, International Business Machines Corporation
+ * Copyright (c) 1997-2009, International Business Machines Corporation
* and others. All Rights Reserved.
***********************************************************************/
{
if (fFormat == 0)
{
- errln("FAIL: DateFormat creation failed");
+ dataerrln("FAIL: DateFormat creation failed");
return;
}
}
logln(all);
}
- else errln((UnicodeString)"**** FAIL: Zero available locales or null array pointer");
+ else dataerrln((UnicodeString)"**** FAIL: Zero available locales or null array pointer");
}
void IntlTestDateFormat::monsterTest(/*char *par*/)