]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/allcoll.cpp
ICU-511.27.tar.gz
[apple/icu.git] / icuSources / test / intltest / allcoll.cpp
index 2a9077198264b1ef53b13d20f8c076a31f3d5a36..ff95d87d4bfab4b0884326bfb1caecd77c6b32d8 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2009, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -35,7 +35,7 @@ CollationDummyTest::CollationDummyTest()
     }
     myCollation = new RuleBasedCollator(ruleset, status);
     if(U_FAILURE(status)){
     }
     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;
     }
         delete myCollation;
         myCollation = 0;
     }
@@ -204,7 +204,7 @@ void CollationDummyTest::runIndexedTest( int32_t index, UBool exec, const char*
           default: name = ""; break;
       }
     } else {
           default: name = ""; break;
       }
     } else {
-      errln("Collator couldn't be instantiated!");
+      dataerrln("Collator couldn't be instantiated!");
       name = "";
     }
 }
       name = "";
     }
 }