X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/fd0068a84e9996f225edba706498f6ed413d0673..46f4442e9a5a4f3b98b7c1083586332f6a8a99a4:/icuSources/test/cintltst/cfintst.c diff --git a/icuSources/test/cintltst/cfintst.c b/icuSources/test/cintltst/cfintst.c index 4fa10b0d..3ab68dfd 100644 --- a/icuSources/test/cintltst/cfintst.c +++ b/icuSources/test/cintltst/cfintst.c @@ -1,16 +1,16 @@ /******************************************************************** - * COPYRIGHT: - * Copyright (c) 1997-2004, International Business Machines Corporation - * and others. All Rights Reserved. - ********************************************************************/ -/******************************************************************************** -* -* File CFINTST.C -* -* Modification History: -* Name Description -* Madhu Katragadda Ported for C API -*********************************************************************************/ + * Copyright (c) 1997-2007, International Business Machines + * Corporation and others. All Rights Reserved. + ******************************************************************** + * + * File CFINTST.C + * + * Modification History: + * Name Description + * Madhu Katragadda Ported for C API + ******************************************************************** + */ + /** * CollationFinnishTest is a third level test class. This tests the locale * specific primary, secondary and tertiary rules. For example, the ignorable @@ -78,7 +78,7 @@ static void TestTertiary( ) int32_t i; UErrorCode status = U_ZERO_ERROR; - myCollation = ucol_open("fi_FI", &status); + myCollation = ucol_open("fi_FI@collation=standard", &status); if(U_FAILURE(status)){ log_err("ERROR: in creation of rule based collator: %s\n", myErrorName(status)); } @@ -96,7 +96,7 @@ static void TestPrimary() int32_t i; UErrorCode status = U_ZERO_ERROR; - myCollation = ucol_open("fi_FI", &status); + myCollation = ucol_open("fi_FI@collation=standard", &status); if(U_FAILURE(status)){ log_err("ERROR: in creation of rule based collator: %s\n", myErrorName(status)); }