X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/test/intltest/tsdate.cpp diff --git a/icuSources/test/intltest/tsdate.cpp b/icuSources/test/intltest/tsdate.cpp index 00f740ec..15d8a570 100644 --- a/icuSources/test/intltest/tsdate.cpp +++ b/icuSources/test/intltest/tsdate.cpp @@ -1,5 +1,7 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /*********************************************************************** - * Copyright (c) 1997-2006, International Business Machines Corporation + * Copyright (c) 1997-2009, International Business Machines Corporation * and others. All Rights Reserved. ***********************************************************************/ @@ -112,7 +114,7 @@ void IntlTestDateFormat::testFormat(/* char* par */) { if (fFormat == 0) { - errln("FAIL: DateFormat creation failed"); + dataerrln("FAIL: DateFormat creation failed"); return; } @@ -263,7 +265,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*/)