mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-7264 disable two failing string search test cases
X-SVN-Rev: 28896
This commit is contained in:
parent
3658544cc1
commit
d9de6496a8
1 changed files with 6 additions and 0 deletions
|
@ -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])) {
|
||||
|
|
Loading…
Add table
Reference in a new issue