]> 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 90098d368df87595b03622ed5711b350eff6fc31..957174a1602dc77444f305236a27dbc8d8ebfa1d 100644 (file)
@@ -1,7 +1,6 @@
 /********************************************************************
- * COPYRIGHT: 
- * Copyright (c) 1997-2003, 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"
@@ -34,7 +33,7 @@ CollationFinnishTest::CollationFinnishTest()
 : 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()
@@ -89,8 +88,8 @@ void CollationFinnishTest::runIndexedTest( int32_t index, UBool exec, const char
     if (exec) logln("TestSuite CollationFinnishTest: ");
 
     if((!myCollation) && exec) {
-      errln(__FILE__ " cannot test - failed to create collator.");
-      name = "";
+      dataerrln(__FILE__ " cannot test - failed to create collator.");
+      name = "some test";
       return;
     }
     switch (index) {