ICU-4907 modifications for eclipse/1.3/foundation compatibility

X-SVN-Rev: 18823
This commit is contained in:
Doug Felt 2005-11-22 01:33:03 +00:00
parent 78e0188ae9
commit c529aafea0

View file

@ -206,9 +206,9 @@ public class RoundTripTest extends TestFmwk {
String getGreekSet() {
// Time bomb
if (skipIfBeforeICU(3,4)) {
if (skipIfBeforeICU(3,5)) {
// We temporarily filter against Unicode 4.1, but we only do this
// before version 3.4.
// before version 3.5.
logln("TestGreek needs to be updated to remove delete the section marked [:Age=4.0:] filter");
} else {
errln("TestGreek needs to be updated to remove delete the [:Age=4.0:] filter ");
@ -268,9 +268,9 @@ public class RoundTripTest extends TestFmwk {
public void TestHebrew() throws IOException {
// Time bomb
if (skipIfBeforeICU(3,4)) {
if (skipIfBeforeICU(3,5)) {
// We temporarily filter against Unicode 4.1, but we only do this
// before version 3.4.
// before version 3.5.
logln("TestHebrew needs to be updated to remove delete the section marked [:Age=4.0:] filter");
} else {
errln("TestHebrew needs to be updated to remove delete the [:Age=4.0:] filter ");