X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/test/intltest/ficoll.cpp diff --git a/icuSources/test/intltest/ficoll.cpp b/icuSources/test/intltest/ficoll.cpp index 128122d5..957174a1 100644 --- a/icuSources/test/intltest/ficoll.cpp +++ b/icuSources/test/intltest/ficoll.cpp @@ -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" @@ -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,7 +88,7 @@ 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."); + dataerrln(__FILE__ " cannot test - failed to create collator."); name = "some test"; return; }