Fix FormatterTest#testFormatShortElapsedTime due to CLDR 34 change am: 8ac807e010
am: 857933bd2d
Change-Id: I39219b9c358bbc6a4aa80cfb68a2415c81bf31a6
This commit is contained in:
@@ -162,7 +162,7 @@ public class FormatterTest {
|
|||||||
|
|
||||||
// Make sure it works on different locales.
|
// Make sure it works on different locales.
|
||||||
setLocale(Locale.FRANCE);
|
setLocale(Locale.FRANCE);
|
||||||
assertEquals("2 j", Formatter.formatShortElapsedTime(mContext, 2 * DAY));
|
assertEquals("2\u202fj", Formatter.formatShortElapsedTime(mContext, 2 * DAY));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user