am 16cbc30a: am e621ea5f: Merge "Fix failed unit test due to resource string change" into jb-mr2-dev
* commit '16cbc30ae5c4b3249ff1551c7f5c2e20bd4cd299': Fix failed unit test due to resource string changemain
commit
2b12faa69b
|
@ -189,7 +189,7 @@ public class SubtypeLocaleTests extends AndroidTestCase {
|
||||||
SubtypeLocale.getSubtypeDisplayName(FR_CA));
|
SubtypeLocale.getSubtypeDisplayName(FR_CA));
|
||||||
assertEquals("de ", "Deutsch",
|
assertEquals("de ", "Deutsch",
|
||||||
SubtypeLocale.getSubtypeDisplayName(DE));
|
SubtypeLocale.getSubtypeDisplayName(DE));
|
||||||
assertEquals("zz ", "Pas de langue (QWERTY)",
|
assertEquals("zz ", "Aucune langue (QWERTY)",
|
||||||
SubtypeLocale.getSubtypeDisplayName(ZZ));
|
SubtypeLocale.getSubtypeDisplayName(ZZ));
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
@ -301,7 +301,7 @@ public class SubtypeLocaleTests extends AndroidTestCase {
|
||||||
// fr azerty F Français
|
// fr azerty F Français
|
||||||
// fr_CA qwerty F Français (Canada)
|
// fr_CA qwerty F Français (Canada)
|
||||||
// de qwertz F Allemand
|
// de qwertz F Allemand
|
||||||
// zz qwerty F Pas de langue (QWERTY)
|
// zz qwerty F Aucune langue (QWERTY)
|
||||||
// fr qwertz T Français (QWERTZ)
|
// fr qwertz T Français (QWERTZ)
|
||||||
// de qwerty T Allemand (QWERTY)
|
// de qwerty T Allemand (QWERTY)
|
||||||
// en_US azerty T Anglais (États-Unis) (AZERTY) exception
|
// en_US azerty T Anglais (États-Unis) (AZERTY) exception
|
||||||
|
@ -325,7 +325,7 @@ public class SubtypeLocaleTests extends AndroidTestCase {
|
||||||
SubtypeLocale.getSubtypeDisplayNameInSystemLocale(FR_CA));
|
SubtypeLocale.getSubtypeDisplayNameInSystemLocale(FR_CA));
|
||||||
assertEquals("de ", "Allemand",
|
assertEquals("de ", "Allemand",
|
||||||
SubtypeLocale.getSubtypeDisplayNameInSystemLocale(DE));
|
SubtypeLocale.getSubtypeDisplayNameInSystemLocale(DE));
|
||||||
assertEquals("zz ", "Pas de langue (QWERTY)",
|
assertEquals("zz ", "Aucune langue (QWERTY)",
|
||||||
SubtypeLocale.getSubtypeDisplayNameInSystemLocale(ZZ));
|
SubtypeLocale.getSubtypeDisplayNameInSystemLocale(ZZ));
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue