Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ef788b6 authored by Victor Chang's avatar Victor Chang Committed by android-build-merger
Browse files

Fix FormatterTest#testFormatShortElapsedTime due to CLDR 34 change am: 8ac807e0

am: 857933bd

Change-Id: I39219b9c358bbc6a4aa80cfb68a2415c81bf31a6
parents aec23b71 857933bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ public class FormatterTest {

        // Make sure it works on different locales.
        setLocale(Locale.FRANCE);
        assertEquals("2 j", Formatter.formatShortElapsedTime(mContext, 2 * DAY));
        assertEquals("2\u202fj", Formatter.formatShortElapsedTime(mContext, 2 * DAY));
    }

    @Test