From c104085f552160e949e07c1948b3fd11bb28ef9b Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Thu, 28 Oct 2010 17:49:07 +0000 Subject: [PATCH] ICU-7744 Remove no-longer-needed timebomb X-SVN-Rev: 28938 --- icu4c/source/test/intltest/dtfmtrtts.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icu4c/source/test/intltest/dtfmtrtts.cpp b/icu4c/source/test/intltest/dtfmtrtts.cpp index 31a80be8b5f..a8fd9669de9 100644 --- a/icu4c/source/test/intltest/dtfmtrtts.cpp +++ b/icu4c/source/test/intltest/dtfmtrtts.cpp @@ -436,9 +436,8 @@ void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UB } if(dmatch > maxDmatch || smatch > maxSmatch) { // Special case for Japanese and Islamic (could have large negative years) - // Timebomb for Buddhist - see ticket #7744 const char *type = fmt->getCalendar()->getType(); - if(!strcmp(type,"japanese") || (!strcmp(type,"buddhist") && !isICUVersionAtLeast(ICU_452))) { + if(!strcmp(type,"japanese") || (!strcmp(type,"buddhist"))) { maxSmatch = 4; maxDmatch = 4; }