History log of /libcore/luni/src/test/java/libcore/java/util/OldAndroidLocaleTest.java
Revision Date Author Comments
42fdc8546dd4170a80e933f910d9ab518b766bf8 14-Jul-2014 Narayan Kamath <narayan@google.com> Tidy up OldAndroidLocaleTest#testICULocales.

Construct the locale object directly instead of having
a list of strings and parsing them by hand.

(cherry picked from commit 77c8e9f1bb5ba98a5bca331911e3474cc693839b)

Change-Id: I57775f12bfc7685c53258f8095feedde5b4ab5b3
77c8e9f1bb5ba98a5bca331911e3474cc693839b 14-Jul-2014 Narayan Kamath <narayan@google.com> Tidy up OldAndroidLocaleTest#testICULocales.

Construct the locale object directly instead of having
a list of strings and parsing them by hand.

Change-Id: Ia26ab30cbe7c5e6e10aca81a0d55b213879b5112
f5d8857b623192a985e449453de5bf1efaa4ea79 16-Aug-2013 Elliott Hughes <enh@google.com> Fix a bunch of Charset tests.

The isRegistered test is still failing. The problem is that icu4c's
convrtrs.txt has names like "windows-1252" that are both the canonical
name for one charset and an alias for another legacy charset. I need
to work out how to resolve that.

Bug: 10210999

(cherry picked from commit ea1caf4ccc5c2255f384c0774aa9e055763a6a41)

Change-Id: I83cf1b9ae1d29f9956f443ef914a3e473e0f4692
ea1caf4ccc5c2255f384c0774aa9e055763a6a41 16-Aug-2013 Elliott Hughes <enh@google.com> Fix a bunch of Charset tests.

The isRegistered test is still failing. The problem is that icu4c's
convrtrs.txt has names like "windows-1252" that are both the canonical
name for one charset and an alias for another legacy charset. I need
to work out how to resolve that.

Bug: 10210999
Change-Id: If3425321c814622e4f54b2efca95a767bd16c080
0ef9944d1968207ae8501aca5f904809320c520e 19-Jun-2013 Elliott Hughes <enh@google.com> Fixes for icu4c 51.

Change getYesterdayTodayAndTomorrow to cope with the new data layout.

Extend getDateFormatOrder to cope with 'G' in fa's preferred yyyyMMdd
pattern.

Fix a few tests to correspond to data changes.

Change-Id: I2478ae960ff6ec0b9a95290132c0ae0d5d8eff5a
3a878149e82d9d42353084f4958224ac12c5aa41 27-Feb-2013 Elliott Hughes <enh@google.com> Fix test failures caused by the icu4c 50 upgrade.

Change-Id: I540f390b142d578d5d18aed25f4d851416c9d1eb
0ebd342f96a7dc74a1e9e015ddca1484ee0890c4 09-Oct-2012 Craig Cornelius <ccornelius@google.com> Track changes caused by the ICU 49.2 upgrade.

(cherry-pick of 0e996f766f975305a484b40809b6b720c0046980.)

Change-Id: I503be2cebe8664a624de7b84f655b646db6e86f7
0e996f766f975305a484b40809b6b720c0046980 09-Oct-2012 Craig Cornelius <ccornelius@google.com> Track changes caused by the ICU 49.2 upgrade.

Change-Id: I955d4315fdff694b3d35cf7072b77c816ff2d977
d08422a25ada73815a0262d99ffae83cce980d40 16-Aug-2012 Elliott Hughes <enh@google.com> Fix test flakiness by not assuming we're in en_US.

Bug: 6410256
Bug: 6527877
Bug: 6971390
Change-Id: I585bb21a300876a83a6e61139e8a1cd04398788d
990640f1775dc6f429a5f8b9fc6cab6b4220c03a 15-Dec-2010 Jesse Wilson <jessewilson@google.com> Move 41 tests to libcore, closer to the tested code.

Change-Id: I0ecaacd0e68b8319806555f71ddf347f01b17be9
http://b/3073226