mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-96 removed Test4095316 which expects part of Greek collation to be in contradiction with the UCA
X-SVN-Rev: 4325
This commit is contained in:
parent
0a481e4a11
commit
418ed2d3bc
1 changed files with 3 additions and 0 deletions
|
@ -679,8 +679,10 @@ void CollationRegressionTest::Test4092260(/* char* par */)
|
|||
|
||||
// @bug 4095316
|
||||
//
|
||||
// This bug is in direct contradiction with UCA and therefore is removed!
|
||||
void CollationRegressionTest::Test4095316(/* char* par */)
|
||||
{
|
||||
#if 0
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
Locale el_GR("el", "GR");
|
||||
Collator *c = Collator::createInstance(el_GR, status);
|
||||
|
@ -702,6 +704,7 @@ void CollationRegressionTest::Test4095316(/* char* par */)
|
|||
compareArray(*c, tests, ARRAY_LENGTH(tests));
|
||||
|
||||
delete c;
|
||||
#endif
|
||||
}
|
||||
|
||||
// @bug 4101940
|
||||
|
|
Loading…
Add table
Reference in a new issue