diff options
author | 2015-03-12 17:22:37 +0000 | |
---|---|---|
committer | 2015-03-12 17:22:37 +0000 | |
commit | b724ff1d11d10da8569bba472e2d3252086047cc (patch) | |
tree | 1172623d89367a88a9ca7cc189f14c76e5943666 /tests/src/com/android/inputmethod/latin/utils/LanguageOnSpacebarUtilsTests.java | |
parent | 2c3aae8a0cc45a5e1888d3b9d9a1a8d3779c945a (diff) | |
parent | 7e1dfaae3d6ca9aff1acfa9b358ad0b759ef0ec8 (diff) | |
download | latinime-b724ff1d11d10da8569bba472e2d3252086047cc.tar.gz latinime-b724ff1d11d10da8569bba472e2d3252086047cc.tar.xz latinime-b724ff1d11d10da8569bba472e2d3252086047cc.zip |
am 7e1dfaae: Merge "Remove ALS from LatinIME."
* commit '7e1dfaae3d6ca9aff1acfa9b358ad0b759ef0ec8':
Remove ALS from LatinIME.
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/utils/LanguageOnSpacebarUtilsTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/utils/LanguageOnSpacebarUtilsTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/utils/LanguageOnSpacebarUtilsTests.java b/tests/src/com/android/inputmethod/latin/utils/LanguageOnSpacebarUtilsTests.java index 7f7f493b1..e4b6a668c 100644 --- a/tests/src/com/android/inputmethod/latin/utils/LanguageOnSpacebarUtilsTests.java +++ b/tests/src/com/android/inputmethod/latin/utils/LanguageOnSpacebarUtilsTests.java @@ -94,7 +94,7 @@ public class LanguageOnSpacebarUtilsTests extends AndroidTestCase { final boolean implicitlyEnabledSubtype, final Locale systemLocale, final int expectedFormat) { LanguageOnSpacebarUtils.onSubtypeChanged(subtype, implicitlyEnabledSubtype, systemLocale); - assertEquals(subtype.getLocales()[0] + " implicitly=" + implicitlyEnabledSubtype + assertEquals(subtype.getLocale() + " implicitly=" + implicitlyEnabledSubtype + " in " + systemLocale, expectedFormat, LanguageOnSpacebarUtils.getLanguageOnSpacebarFormatType(subtype)); } |