diff options
author | 2014-02-18 11:10:06 +0000 | |
---|---|---|
committer | 2014-02-18 11:10:06 +0000 | |
commit | 0b03681fd580e6e580c1d6be0ec53604bcf0c328 (patch) | |
tree | 011e0cfd606168f713fa3a484d81604bb0648918 /tests/src/com/android/inputmethod/latin/InputLogicTests.java | |
parent | 80d413caff342149aea958199cd343ebc75c8e91 (diff) | |
parent | fbb8cb5a82a4f760884c2ebca62cc7965c455ed2 (diff) | |
download | latinime-0b03681fd580e6e580c1d6be0ec53604bcf0c328.tar.gz latinime-0b03681fd580e6e580c1d6be0ec53604bcf0c328.tar.xz latinime-0b03681fd580e6e580c1d6be0ec53604bcf0c328.zip |
Merge "Fix build"
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/InputLogicTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/InputLogicTests.java | 2 |
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); } |