Merge "Fix android.text.format.FormatterText expectation"
This commit is contained in:
committed by
Android (Google) Code Review
commit
4ebcb57e5e
@@ -189,7 +189,7 @@ public class FormatterTest {
|
||||
|
||||
// Make sure it works on different locales.
|
||||
setLocale(new Locale("ru", "RU"));
|
||||
assertEquals("1 мин", Formatter.formatShortElapsedTimeRoundingUpToMinutes(
|
||||
assertEquals("1 мин.", Formatter.formatShortElapsedTimeRoundingUpToMinutes(
|
||||
mContext, 1 * SECOND));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user