commit | 8ca960e539c99410fdc28b3acdb42d5ee7d191d5 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <[email protected]> | Wed Jan 29 14:21:11 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Jan 29 14:21:11 2020 +0000 |
tree | 4b27fb9005abb5936bff9d0582c1babf1ba56009 | |
parent | dcecd1f178b054fa7e0bc1ce859bd4f59870c13c [diff] | |
parent | fe56ba08845f1d6d7aa5edb6efde71e6fe31c8f1 [diff] |
Rename ZoneInfoDB -> ZoneInfoDb am: 127ae676e4 am: fe56ba0884 Change-Id: Ia005a25b6fd5f66196f92f0092d89e25ee09dc24
diff --git a/testing/xts/src/com/android/timezone/xts/TimeZoneUpdateHostTest.java b/testing/xts/src/com/android/timezone/xts/TimeZoneUpdateHostTest.java index 0170d80..6cd63a9 100644 --- a/testing/xts/src/com/android/timezone/xts/TimeZoneUpdateHostTest.java +++ b/testing/xts/src/com/android/timezone/xts/TimeZoneUpdateHostTest.java
@@ -282,7 +282,7 @@ } private void assertActiveRulesVersion(String expectedRulesVersion) throws Exception { - // Dumpsys reports the version reported by ICU, ZoneInfoDB and TimeZoneFinder and they + // Dumpsys reports the version reported by ICU, ZoneInfoDb and TimeZoneFinder and they // should always match. String expectedActiveRulesVersion = expectedRulesVersion + "," + expectedRulesVersion + "," + expectedRulesVersion;