summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-01-28 13:56:09 +0000
committerNeil Fuller <nfuller@google.com>2020-01-28 13:56:09 +0000
commit127ae676e4fd122b30ffe611b3f3a0775f143f7f (patch)
tree4b27fb9005abb5936bff9d0582c1babf1ba56009
parenta7822da6160016d2f914f60a5e32d6be0b451cda (diff)
downloadTimeZoneData-127ae676e4fd122b30ffe611b3f3a0775f143f7f.tar.gz
Rename ZoneInfoDB -> ZoneInfoDbandroid-r-preview-1
Rename ZoneInfoDB -> ZoneInfoDb to conform to coding standards. Bug: 148086409 Test: treehugger Change-Id: I9a0935d359225604c44cde06cfd57119d4532161
-rw-r--r--testing/xts/src/com/android/timezone/xts/TimeZoneUpdateHostTest.java2
1 files changed, 1 insertions, 1 deletions
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 @@ public class TimeZoneUpdateHostTest implements IDeviceTest, IBuildReceiver {
}
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;