ICU-4450 Synch data with CLDR

X-SVN-Rev: 17638
This commit is contained in:
Ram Viswanadha 2005-05-20 23:19:37 +00:00
parent ed4a0639ba
commit e71c21a2fd
3 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c93d049ca0bbc36e0e6272f489f98741a3ed305b12ec3b701a04e5297d8559b
size 660971
oid sha256:78b75b8c2fdca6691c4f2263440563b0069ba7997a26d5b4ffc6443736101937
size 662153

View File

@ -139,7 +139,7 @@ public class DateFormatMiscTests extends com.ibm.icu.dev.test.TestFmwk {
}
final String zones[][] = symbols.getZoneStrings();
int index = 6;
int index = 5;
//int rowCount = zones.length, colCount = zones[0].length; //The variable is never used
logln("Long zone name = " + zones[index][1]);
if (!zones[index][1].equals(jstLong)) {

View File

@ -729,11 +729,11 @@ public class DateFormatTest extends com.ibm.icu.dev.test.TestFmwk {
Date greenwichdate = greenwichcalendar.getTime();
// format every way
String DATA[] = {
"simple format: ", "04/04/97 23:00 GMT",
"simple format: ", "04/04/97 23:00 GMT+00:00",
"MM/dd/yy HH:mm z", "full format: ",
"Friday, April 4, 1997 11:00:00 o'clock PM GMT",
"Friday, April 4, 1997 11:00:00 o'clock PM GMT+00:00",
"EEEE, MMMM d, yyyy h:mm:ss 'o''clock' a z",
"long format: ", "April 4, 1997 11:00:00 PM GMT",
"long format: ", "April 4, 1997 11:00:00 PM GMT+00:00",
"MMMM d, yyyy h:mm:ss a z", "default format: ",
"04-Apr-97 11:00:00 PM", "dd-MMM-yy h:mm:ss a",
"short format: ", "4/4/97 11:00 PM",
@ -1293,6 +1293,8 @@ public class DateFormatTest extends com.ibm.icu.dev.test.TestFmwk {
}
// create DFS that recognizes our bogus time zone, sortof
/*
* TODO: Etc/GMT is not in data anymore .. comment out till we figure out what to do
DateFormatSymbols xsym = new DateFormatSymbols();
String[][] tzids = xsym.getZoneStrings();
boolean changedGMT = false;
@ -1319,9 +1321,10 @@ public class DateFormatTest extends com.ibm.icu.dev.test.TestFmwk {
}
}else{
errln("Could not find Etc/GMT in the tzids returned.");
}
}*/
}
{
//cover getAvailableULocales
final ULocale[] locales = DateFormat.getAvailableULocales();