Fix build

This is a forgotten rebase

Change-Id: I7c7c381775488ed9239dc284bd9c31247a86a972
main
Jean Chalard 2014-02-18 20:08:53 +09:00
parent 28e0b24965
commit fbb8cb5a82
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);
}