aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/InputLogicTestsLanguageWithoutSpaces.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-02-18 01:56:57 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-18 01:56:57 -0800
commitdb10e81973b4207eebebc377403b67703631918a (patch)
tree0a78e90acffbff1b23163672ef7f8ece3f21a36d /tests/src/com/android/inputmethod/latin/InputLogicTestsLanguageWithoutSpaces.java
parentf2131ad92d8e155e28a798cb3b1848c20800462e (diff)
parent783dabb812d983a7c56dbb1071145c5e58da9ff1 (diff)
downloadlatinime-db10e81973b4207eebebc377403b67703631918a.tar.gz
latinime-db10e81973b4207eebebc377403b67703631918a.tar.xz
latinime-db10e81973b4207eebebc377403b67703631918a.zip
am 783dabb8: Merge "Cleanup."
* commit '783dabb812d983a7c56dbb1071145c5e58da9ff1': Cleanup.
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/InputLogicTestsLanguageWithoutSpaces.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/InputLogicTestsLanguageWithoutSpaces.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/InputLogicTestsLanguageWithoutSpaces.java b/tests/src/com/android/inputmethod/latin/InputLogicTestsLanguageWithoutSpaces.java
index 89021b4e5..e38ba721e 100644
--- a/tests/src/com/android/inputmethod/latin/InputLogicTestsLanguageWithoutSpaces.java
+++ b/tests/src/com/android/inputmethod/latin/InputLogicTestsLanguageWithoutSpaces.java
@@ -99,7 +99,7 @@ public class InputLogicTestsLanguageWithoutSpaces extends InputTestsBase {
assertEquals("predictions in lang without spaces", "Barack",
mEditText.getText().toString());
// Test the first prediction is displayed
- final SuggestedWords suggestedWords = mLatinIME.getSuggestedWords();
+ final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest();
assertEquals("predictions in lang without spaces", "Obama",
suggestedWords.size() > 0 ? suggestedWords.getWord(0) : null);
}