mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4907 modifications for eclipse/1.3/foundation compatibility
X-SVN-Rev: 18823
This commit is contained in:
parent
78e0188ae9
commit
c529aafea0
1 changed files with 4 additions and 4 deletions
|
@ -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 ");
|
||||
|
|
Loading…
Add table
Reference in a new issue