From b365ec5423dbefc472d51cba9c14499f07c9a0d4 Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Wed, 28 Nov 2012 01:24:08 +0000 Subject: [PATCH] ICU-9706 Fix a chinese calendar test to be as intended X-SVN-Rev: 32901 --- icu4c/source/test/testdata/calendar.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/testdata/calendar.txt b/icu4c/source/test/testdata/calendar.txt index 9dd08caa2d2..d0653a3bdec 100644 --- a/icu4c/source/test/testdata/calendar.txt +++ b/icu4c/source/test/testdata/calendar.txt @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2010 International Business Machines +// Copyright (c) 2008-2012 International Business Machines // Corporation and others. All Rights Reserved. calendar:table(nofallback) { Info { @@ -270,7 +270,7 @@ calendar:table(nofallback) { "en_US@calendar=chinese", "EXTENDED_YEAR=4638,MONTH=2,DATE=15,IS_LEAP_MONTH=0", // ch "roll", - "MONTH=3", // month + 16 + "MONTH=16", // month + 16 "EXTENDED_YEAR=4638,MONTH=4,DATE=15,IS_LEAP_MONTH=0", // ch }, { // month=3 is a leap month -- 2.49.0