ICU-9572 A couple of more exclusion code points in bmMonkeyTest in addition to r32203.

X-SVN-Rev: 32378
This commit is contained in:
Yoshito Umaoka 2012-09-13 17:47:18 +00:00
parent fbbb603da6
commit 35f8e12864

View file

@ -2422,6 +2422,8 @@ void SSearchTest::bmMonkeyTest(char *params)
if(isICUVersionBefore(51, 0)) {
// Time bomb until ticket #9490 is fixed.
skipSet.add(0x12327);
skipSet.add(0x1311b);
skipSet.add(0x1200d);
}
skipSet.freeze();
// TODO: try alternate prefix and suffix too?