mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix: unit tests by clearing personalized dicts"
This commit is contained in:
commit
3c07fcbc54
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user