]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tchcfmt.cpp
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / test / intltest / tchcfmt.cpp
index d450a944c9baf794a72ae747272d5c2f66c2eeec..c45ca837fb6e42c5cc98768c705515eb56c0533c 100644 (file)
@@ -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; 
     }