Fix build
This is a forgotten rebase Change-Id: I7c7c381775488ed9239dc284bd9c31247a86a972main
parent
28e0b24965
commit
fbb8cb5a82
|
@ -418,7 +418,7 @@ public class InputLogicTests extends InputTestsBase {
|
||||||
sleep(DELAY_TO_WAIT_FOR_PREDICTIONS);
|
sleep(DELAY_TO_WAIT_FOR_PREDICTIONS);
|
||||||
runMessages();
|
runMessages();
|
||||||
// Test the first prediction is displayed
|
// Test the first prediction is displayed
|
||||||
final SuggestedWords suggestedWords = mLatinIME.getSuggestedWords();
|
final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest();
|
||||||
assertEquals("predictions after recorrection", "Obama",
|
assertEquals("predictions after recorrection", "Obama",
|
||||||
suggestedWords.size() > 0 ? suggestedWords.getWord(0) : null);
|
suggestedWords.size() > 0 ? suggestedWords.getWord(0) : null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue