aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-02-18 03:12:33 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-18 03:12:33 -0800
commitc67cb7ce75e24a754e7b852fa883d279ab9f7588 (patch)
tree81b9a4701ca51761a665cb0fe460c19fc59b5e1e
parent83d21b87034122d85a4a4c53c7b7f25c99cc7ce5 (diff)
parent0b03681fd580e6e580c1d6be0ec53604bcf0c328 (diff)
downloadlatinime-c67cb7ce75e24a754e7b852fa883d279ab9f7588.tar.gz
latinime-c67cb7ce75e24a754e7b852fa883d279ab9f7588.tar.xz
latinime-c67cb7ce75e24a754e7b852fa883d279ab9f7588.zip
am 0b03681f: Merge "Fix build"
* commit '0b03681fd580e6e580c1d6be0ec53604bcf0c328': Fix build
-rw-r--r--tests/src/com/android/inputmethod/latin/InputLogicTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/InputLogicTests.java b/tests/src/com/android/inputmethod/latin/InputLogicTests.java
index 444b8fad3..1c714e7de 100644
--- a/tests/src/com/android/inputmethod/latin/InputLogicTests.java
+++ b/tests/src/com/android/inputmethod/latin/InputLogicTests.java
@@ -418,7 +418,7 @@ public class InputLogicTests extends InputTestsBase {
sleep(DELAY_TO_WAIT_FOR_PREDICTIONS);
runMessages();
// Test the first prediction is displayed
- final SuggestedWords suggestedWords = mLatinIME.getSuggestedWords();
+ final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest();
assertEquals("predictions after recorrection", "Obama",
suggestedWords.size() > 0 ? suggestedWords.getWord(0) : null);
}