ICU-7194 Update timebombs for M3

X-SVN-Rev: 26916
This commit is contained in:
Yoshito Umaoka 2009-11-16 05:24:39 +00:00
parent 5fb69bb39a
commit 82db54eb63
3 changed files with 5 additions and 5 deletions

View File

@ -130,7 +130,7 @@ public class CollationMiscTest extends TestFmwk {
}
public void TestRuleOptions() {
if(skipIfBeforeICU(4, 3, 4)) {
if(skipIfBeforeICU(4,3,3)) {
return; // TODO: Fix me!
}
// values here are hardcoded and are correct for the current UCA when
@ -304,7 +304,7 @@ public class CollationMiscTest extends TestFmwk {
}
public void TestBeforePrefixFailure() {
if(skipIfBeforeICU(4, 3, 4)) {
if(skipIfBeforeICU(4,3,3)) {
return; // TODO: Fix me!
}
String[] rules = {

View File

@ -1881,7 +1881,7 @@ public void TestWordMonkey() {
}
public void TestLineMonkey() {
if(skipIfBeforeICU(4, 3, 4)) {
if(skipIfBeforeICU(4,3,3)) {
return; // TODO: Fix me!
}
int loopCount = 500;
@ -1961,7 +1961,7 @@ public void TestRTWordMonkey() {
}
public void TestRTLineMonkey() {
if(skipIfBeforeICU(4, 3, 4)) {
if(skipIfBeforeICU(4,3,3)) {
return; // TODO: Fix me!
}
int loopCount = 200;

View File

@ -513,7 +513,7 @@ public class TimeZoneRuleTest extends TestFmwk {
for (int n = 0; n < startTimes.length; n++) {
long startTime = startTimes[n];
for (int i = 0; i < tzids.length; i++) {
if (skipIfBeforeICU(4,3,2) && tzids[i].equals("Asia/Amman")) { // ticket#7008
if (skipIfBeforeICU(4,5,0) && tzids[i].equals("Asia/Amman")) { // ticket#7008
continue;
}
BasicTimeZone olsontz = (BasicTimeZone)TimeZone.getTimeZone(tzids[i], TimeZone.TIMEZONE_ICU);