am 0b03681f: Merge "Fix build"

* commit '0b03681fd580e6e580c1d6be0ec53604bcf0c328':
  Fix build
main
Jean Chalard 2014-02-18 03:12:33 -08:00 committed by Android Git Automerger
commit c67cb7ce75
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}