am 8bc644de: Revert "Fix unit test failure due to translation glitch"

* commit '8bc644de64c4e94c6e60d6011bb10e74d1c1459c':
  Revert "Fix unit test failure due to translation glitch"
main
Tadashi G. Takaoka 2014-12-17 06:44:31 +00:00 committed by Android Git Automerger
commit d3481e9f4d
1 changed files with 2 additions and 10 deletions

View File

@ -418,17 +418,9 @@ public class SubtypeLocaleUtilsTests extends AndroidTestCase {
SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(HI));
// These are preliminary subtypes and may not exist.
if (HI_LATN != null) {
// TODO: Uncommented because of the current translation of these strings
// in Hindi are described in Latin script.
// assertEquals("hi_ZZ", "हिंग्लिश",
// SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(HI_LATN));
// assertEquals("hi_ZZ", "हिंग्लिश (Dvorak)",
// SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(HI_LATN_DVORAK));
// TODO: Remove these tests once the translation of these strings in Hindi
// are described in Devanagari script.
assertEquals("hi_ZZ", "Hinglish",
assertEquals("hi_ZZ", "हिंग्लिश",
SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(HI_LATN));
assertEquals("hi_ZZ", "Hinglish (Dvorak)",
assertEquals("hi_ZZ", "हिंग्लिश (Dvorak)",
SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(HI_LATN_DVORAK));
}
return null;