diff options
author | 2014-10-15 10:10:27 +0000 | |
---|---|---|
committer | 2014-10-15 10:10:28 +0000 | |
commit | 8fff6ae68b3c2e31687370fc867d3b6098938be7 (patch) | |
tree | 797030aaecb1cf94a19e3d3377b3e436d7761782 /tests/src/com/android/inputmethod/latin/InputLogicTestsNonEnglish.java | |
parent | 183e21c36cd5e05852733508bef317290e5e51ce (diff) | |
parent | 9ddbee8570af667b5b325ae4136853aaea85c5b9 (diff) | |
download | latinime-8fff6ae68b3c2e31687370fc867d3b6098938be7.tar.gz latinime-8fff6ae68b3c2e31687370fc867d3b6098938be7.tar.xz latinime-8fff6ae68b3c2e31687370fc867d3b6098938be7.zip |
Merge "Add the first gesture unit tests."
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/InputLogicTestsNonEnglish.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/InputLogicTestsNonEnglish.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/InputLogicTestsNonEnglish.java b/tests/src/com/android/inputmethod/latin/InputLogicTestsNonEnglish.java index 715d449a0..842b54fe1 100644 --- a/tests/src/com/android/inputmethod/latin/InputLogicTestsNonEnglish.java +++ b/tests/src/com/android/inputmethod/latin/InputLogicTestsNonEnglish.java @@ -70,7 +70,7 @@ public class InputLogicTestsNonEnglish extends InputTestsBase { try { changeLanguage("fr"); type(WORD_TO_TYPE); - sleep(DELAY_TO_WAIT_FOR_UNDERLINE); + sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); runMessages(); assertTrue("type word then type space should display punctuation strip", mLatinIME.getSuggestedWordsForTest().isPunctuationSuggestions()); @@ -95,7 +95,7 @@ public class InputLogicTestsNonEnglish extends InputTestsBase { try { changeLanguage("fr"); type(WORD_TO_TYPE); - sleep(DELAY_TO_WAIT_FOR_UNDERLINE); + sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); runMessages(); final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest(); assertEquals("type word then type space yields predictions for French", |