summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-01-29 06:06:07 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-29 06:06:07 -0800
commitfe56ba08845f1d6d7aa5edb6efde71e6fe31c8f1 (patch)
tree4b27fb9005abb5936bff9d0582c1babf1ba56009
parent71da9da58bcd6af341c0a75a539c09a6339dec1b (diff)
parent127ae676e4fd122b30ffe611b3f3a0775f143f7f (diff)
downloadTimeZoneData-fe56ba08845f1d6d7aa5edb6efde71e6fe31c8f1.tar.gz
am: 127ae676e4 Change-Id: Id4b3d6a1ac415b2e2dfdf012db320830d946fbb4
-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;