]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/ficoll.cpp
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / test / intltest / ficoll.cpp
index 128122d5ea22ff6773bcba64401560fdaa0980bf..957174a1602dc77444f305236a27dbc8d8ebfa1d 100644 (file)
@@ -1,7 +1,6 @@
 /********************************************************************
 /********************************************************************
- * COPYRIGHT: 
- * Copyright (c) 1997-2006, International Business Machines Corporation and
- * others. All Rights Reserved.
+ * Copyright (c) 1997-2009, International Business Machines
+ * Corporation and others. All Rights Reserved.
  ********************************************************************/
 
 #include "unicode/utypes.h"
  ********************************************************************/
 
 #include "unicode/utypes.h"
@@ -34,7 +33,7 @@ CollationFinnishTest::CollationFinnishTest()
 : myCollation(0)
 {
     UErrorCode status = U_ZERO_ERROR;
 : myCollation(0)
 {
     UErrorCode status = U_ZERO_ERROR;
-    myCollation = Collator::createInstance(Locale("fi", "FI", ""),status);
+    myCollation = Collator::createInstance(Locale("fi", "FI", "", "collation=standard"),status);
 }
 
 CollationFinnishTest::~CollationFinnishTest()
 }
 
 CollationFinnishTest::~CollationFinnishTest()
@@ -89,7 +88,7 @@ void CollationFinnishTest::runIndexedTest( int32_t index, UBool exec, const char
     if (exec) logln("TestSuite CollationFinnishTest: ");
 
     if((!myCollation) && exec) {
     if (exec) logln("TestSuite CollationFinnishTest: ");
 
     if((!myCollation) && exec) {
-      errln(__FILE__ " cannot test - failed to create collator.");
+      dataerrln(__FILE__ " cannot test - failed to create collator.");
       name = "some test";
       return;
     }
       name = "some test";
       return;
     }