X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..f59164e3d128c7675a4d3934206346a3384e53a5:/icuSources/test/intltest/trnserr.cpp?ds=sidebyside diff --git a/icuSources/test/intltest/trnserr.cpp b/icuSources/test/intltest/trnserr.cpp index 40f41850..727f0aed 100644 --- a/icuSources/test/intltest/trnserr.cpp +++ b/icuSources/test/intltest/trnserr.cpp @@ -1,5 +1,5 @@ /******************************************************************** - * Copyright (c) 2001-2007, International Business Machines + * Copyright (c) 2001-2009, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************* * This test program is intended for testing error conditions of the @@ -63,7 +63,7 @@ void TransliteratorErrorTest::TestTransliteratorErrors() { Transliterator* t= Transliterator::createInstance(trans, UTRANS_FORWARD, parseError, status); if(t==0 || U_FAILURE(status)){ - errln("FAIL: construction of Latin-Greek"); + dataerrln("FAIL: construction of Latin-Greek - %s", u_errorName(status)); return; } pos.contextLimit = 0;