ICU-7792 Updated time bomb in tzrulets.cpp - VTimeZone test case for Asia/Amman.

X-SVN-Rev: 28617
This commit is contained in:
Yoshito Umaoka 2010-09-14 15:36:41 +00:00
parent 8fb12fa4cc
commit f063e2a26a

View File

@ -30,7 +30,7 @@
#define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
#define HOUR (60*60*1000)
static const UVersionInfo ICU_452 = {4,5,2,0};
static const UVersionInfo ICU_453 = {4,5,3,0};
static const char *const TESTZIDS[] = {
"AGT",
@ -786,7 +786,7 @@ TimeZoneRuleTest::TestVTimeZoneRoundTrip(void) {
errln("FAIL: error returned while enumerating timezone IDs.");
break;
}
if (!isICUVersionAtLeast(ICU_452)) {
if (!isICUVersionAtLeast(ICU_453)) {
// See ticket#7008
if (*tzid == UnicodeString("Asia/Amman")) {
continue;
@ -885,7 +885,7 @@ TimeZoneRuleTest::TestVTimeZoneRoundTripPartial(void) {
errln("FAIL: error returned while enumerating timezone IDs.");
break;
}
if (!isICUVersionAtLeast(ICU_452)) {
if (!isICUVersionAtLeast(ICU_453)) {
// See ticket#7008
if (*tzid == UnicodeString("Asia/Amman")) {
continue;