X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..151279e3792e85d0417b499c229886b3af724f55:/icuSources/test/intltest/tsdate.cpp?ds=sidebyside diff --git a/icuSources/test/intltest/tsdate.cpp b/icuSources/test/intltest/tsdate.cpp index 00f740ec..bdff3d19 100644 --- a/icuSources/test/intltest/tsdate.cpp +++ b/icuSources/test/intltest/tsdate.cpp @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 1997-2006, International Business Machines Corporation + * Copyright (c) 1997-2009, International Business Machines Corporation * and others. All Rights Reserved. ***********************************************************************/ @@ -112,7 +112,7 @@ void IntlTestDateFormat::testFormat(/* char* par */) { if (fFormat == 0) { - errln("FAIL: DateFormat creation failed"); + dataerrln("FAIL: DateFormat creation failed"); return; } @@ -263,7 +263,7 @@ void IntlTestDateFormat::testAvailableLocales(/* char* par */) } 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*/)