X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/test/intltest/tchcfmt.cpp diff --git a/icuSources/test/intltest/tchcfmt.cpp b/icuSources/test/intltest/tchcfmt.cpp index d450a944..c45ca837 100644 --- a/icuSources/test/intltest/tchcfmt.cpp +++ b/icuSources/test/intltest/tchcfmt.cpp @@ -1,7 +1,7 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2008, International Business Machines Corporation and + * Copyright (c) 1997-2009, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -127,7 +127,7 @@ TestChoiceFormat::TestComplexExample( void ) Format* filenumform = NumberFormat::createInstance( status ); if (!filenumform) { - it_errln("*** test_complex_example filenumform"); + dataerrln((UnicodeString)"*** test_complex_example filenumform - " + u_errorName(status)); delete fileform; return; }