History log of /libcore/luni/src/test/java/libcore/util/ZoneInfoDBTest.java
Revision Date Author Comments
74bdf4bf4e35958cb36c73bd9f9a3098e7255412 07-Nov-2013 Elliott Hughes <enh@google.com> The file in /data overrides the file in /system, not the other way round.

Bug: 11513357

(cherry picked from commit 19263f5b82e89ac1a9cf11a8bdb50076f72ff781)

Change-Id: I84dd9f7407300d0012c6af7d323a2a56030453fb
080690965038c72ff38bcde4ce247ced533b4d89 04-Nov-2013 Elliott Hughes <enh@google.com> Fix ZoneInfoDBTest on devices that have taken a gservices tzdata update.

The tests were assuming that the zygote was always using the
/system/usr/share/zoneinfo copy, but devices that have taken a gservices tzdata
update will be using the /data/misc/zoneinfo/tzdata copy instead.

Bug: 11513357

(cherry picked from commit e086850abf2726d5b5af1d9286fdb32f7146fad3)

Change-Id: If9047a0678efb7bcfe0838cbe602a9c906e1f907
a4f83b14ca640c0ed527c12c54c77462c071b5c8 27-Apr-2013 Elliott Hughes <enh@google.com> Fix ZoneInfoDBTest.

I'm so stupid. frameworks/base wasn't the only caller.

Change-Id: Ia0c3ce79e2f899e77a9cd1e62fca7d3b22130cf2
995caee51334a4f1a1429e29680ea079c900c37a 25-Apr-2013 Elliott Hughes <enh@google.com> Cope with a corrupt tzdata update.

We need to fall back to the next choice on error. Rewrite the code
to be testable and add some tests. Add an internal GMT-only
fallback in case all our sources of tzdata are bad. Also make
time zone detection on the host more useful.

Bug: 8373554
Change-Id: I9f91b844a61f07f34b268535e6d24aa0c301bf8d