ICU-8207 re-enable a skipped test which had caught the swap issue..

X-SVN-Rev: 29146
This commit is contained in:
Steven R. Loomis 2010-12-02 19:56:54 +00:00
parent 58a797bda3
commit ada54ef5d2

View File

@ -272,10 +272,8 @@ public class SpoofCheckerTest extends TestFmwk {
TEST_ASSERT_EQ(SpoofChecker.CHAR_LIMIT, result.checks);
checkResults = sc.check(goodGreek, result);
if (false) { // Ticket 8054. Understand why this is different from ICU4C.
TEST_ASSERT(checkResults);
TEST_ASSERT_EQ(SpoofChecker.WHOLE_SCRIPT_CONFUSABLE, result.checks);
}
TEST_ASSERT(checkResults);
TEST_ASSERT_EQ(SpoofChecker.WHOLE_SCRIPT_CONFUSABLE, result.checks);
teardown();
}