ICU-7444 ICU4J version to 4.4. Changed one timebomb in DateTimeGeneratorTest/TestOrdering.

X-SVN-Rev: 27647
This commit is contained in:
Yoshito Umaoka 2010-02-24 08:44:19 +00:00
parent b7bdaa9856
commit 085b000633
4 changed files with 5 additions and 5 deletions

View file

@ -2,5 +2,5 @@
#* Copyright (C) 2009-2010, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
api.report.version = 434
api.report.version = 44
api.report.prev.version = 421

View file

@ -466,7 +466,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
UNICODE_5_0 = getInstance(5, 0, 0, 0);
UNICODE_5_1 = getInstance(5, 1, 0, 0);
UNICODE_5_2 = getInstance(5, 2, 0, 0);
ICU_VERSION = getInstance(4, 3, 4, 0);
ICU_VERSION = getInstance(4, 4, 0, 0);
ICU_DATA_VERSION = getInstance(4, 4, 0, 0);
UCOL_RUNTIME_VERSION = getInstance(6);
UCOL_BUILDER_VERSION = getInstance(7);

View file

@ -4,8 +4,8 @@
#*******************************************************************************
# Version numbers, etc.
icu4j.spec.version = 4.3.4
icu4j.impl.version = 4.3.4
icu4j.spec.version = 4.4
icu4j.impl.version = 4.4
current.year = 2010
corp = IBM Corporation

View file

@ -484,7 +484,7 @@ public class DateTimeGeneratorTest extends TestFmwk {
DateOrder order2 = getOrdering(style2, uLocale);
if (!order1.hasSameOrderAs(order2)) {
if (order1.monthLength == order2.monthLength) { // error if have same month length, different ordering
if (skipIfBeforeICU(4,3,4)) { // ticket#6806
if (skipIfBeforeICU(4,5,1)) { // ticket#6806
logln(showOrderComparison(uLocale, style1, style2, order1, order2));
} else {
errln(showOrderComparison(uLocale, style1, style2, order1, order2));