/********************************************************************
- * 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"
: 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()
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) {