]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/trnserr.cpp
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / trnserr.cpp
index 40f41850f07b03c89b8af8b1e51f5396947fb8f1..727f0aed60018050732375cb5206e910db4b7cad 100644 (file)
@@ -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 
  * 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)){
 
     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;
         return;
     }
     pos.contextLimit = 0;