Merge "Fix: unit tests by clearing personalized dicts"

main
Keisuke Kuroyanagi 2014-06-25 03:23:31 +00:00 committed by Android (Google) Code Review
commit 3c07fcbc54
1 changed files with 2 additions and 0 deletions

View File

@ -482,6 +482,7 @@ public class InputLogicTests extends InputTestsBase {
}
public void testPredictionsWithDoubleSpaceToPeriod() {
mLatinIME.clearPersonalizedDictionariesForTest();
final String WORD_TO_TYPE = "Barack ";
type(WORD_TO_TYPE);
sleep(DELAY_TO_WAIT_FOR_PREDICTIONS);
@ -517,6 +518,7 @@ public class InputLogicTests extends InputTestsBase {
}
public void testNoPredictionsAfterPeriod() {
mLatinIME.clearPersonalizedDictionariesForTest();
final String WORD_TO_TYPE = "Barack. ";
type(WORD_TO_TYPE);
sleep(DELAY_TO_WAIT_FOR_PREDICTIONS);