ICU-7264 disable two failing string search test cases

X-SVN-Rev: 28896
This commit is contained in:
Markus Scherer 2010-10-22 22:07:53 +00:00
parent 3658544cc1
commit d9de6496a8

View file

@ -1789,6 +1789,9 @@ public class SearchTest extends TestFmwk {
}
public void TestSupplementary() {
if (skipIfBeforeICU(4, 6, 99)) {
return;
}
int count = 0;
while (SUPPLEMENTARY[count].text != null) {
if (!assertEqual(SUPPLEMENTARY[count])) {
@ -1799,6 +1802,9 @@ public class SearchTest extends TestFmwk {
}
public void TestSupplementaryCanonical() {
if (skipIfBeforeICU(4, 6, 99)) {
return;
}
int count = 0;
while (SUPPLEMENTARYCANONICAL[count].text != null) {
if (!assertCanonicalEqual(SUPPLEMENTARYCANONICAL[count])) {