From f063e2a26a0871998a4eb82b1a850382a4a969db Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Tue, 14 Sep 2010 15:36:41 +0000 Subject: [PATCH] ICU-7792 Updated time bomb in tzrulets.cpp - VTimeZone test case for Asia/Amman. X-SVN-Rev: 28617 --- icu4c/source/test/intltest/tzrulets.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/test/intltest/tzrulets.cpp b/icu4c/source/test/intltest/tzrulets.cpp index 4a84f88304d..c70dfe87016 100644 --- a/icu4c/source/test/intltest/tzrulets.cpp +++ b/icu4c/source/test/intltest/tzrulets.cpp @@ -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;