X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..2be6500137966bba13903b24204a44804f9e133a:/icuSources/test/intltest/allcoll.cpp diff --git a/icuSources/test/intltest/allcoll.cpp b/icuSources/test/intltest/allcoll.cpp index 2a907719..ff95d87d 100644 --- a/icuSources/test/intltest/allcoll.cpp +++ b/icuSources/test/intltest/allcoll.cpp @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2003, International Business Machines Corporation and + * Copyright (c) 1997-2009, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -35,7 +35,7 @@ CollationDummyTest::CollationDummyTest() } myCollation = new RuleBasedCollator(ruleset, status); if(U_FAILURE(status)){ - errln("ERROR: in creation of rule based collator from ruleset"); + errcheckln(status, "ERROR: in creation of rule based collator from ruleset - %s", u_errorName(status)); delete myCollation; myCollation = 0; } @@ -204,7 +204,7 @@ void CollationDummyTest::runIndexedTest( int32_t index, UBool exec, const char* default: name = ""; break; } } else { - errln("Collator couldn't be instantiated!"); + dataerrln("Collator couldn't be instantiated!"); name = ""; } }