From 72bdc54048d8a8af33c0868241710a59429ea133 Mon Sep 17 00:00:00 2001 From: Kedar Rajwade Date: Wed, 2 Jul 2008 21:34:31 +0000 Subject: [PATCH] ICU-5670 Added test case for Hebrew X-SVN-Rev: 24338 --- icu4c/source/test/testdata/calendar.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/testdata/calendar.txt b/icu4c/source/test/testdata/calendar.txt index 143c551f435..52c35ffedf1 100644 --- a/icu4c/source/test/testdata/calendar.txt +++ b/icu4c/source/test/testdata/calendar.txt @@ -343,8 +343,14 @@ calendar:table(nofallback) { "MONTH=-10", // month - 10 "EXTENDED_YEAR=4638,MONTH=5,DATE=29,IS_LEAP_MONTH=0", // ch }, - - } + { + "en_US@calendar=hebrew", + "MILLIS=-180799750799999.500000", + "add", + "YEAR=100000", // year + 100000 + "MILLIS=2974930005600000", + }, + } } } }