diff options
author | 2014-01-09 07:28:30 +0000 | |
---|---|---|
committer | 2014-01-09 07:28:30 +0000 | |
commit | 85040b7cde2a8d7165bcfff7101ac09caea2af52 (patch) | |
tree | 1eec9dd771356bd7b0a53e7297f39ac094bfb3fd | |
parent | 6c326caa4f37eb29774aeb82a39c56df62c7f568 (diff) | |
parent | e4ae5855cb2ed0ee8a40badecd6025945a9c5578 (diff) | |
download | latinime-85040b7cde2a8d7165bcfff7101ac09caea2af52.tar.gz latinime-85040b7cde2a8d7165bcfff7101ac09caea2af52.tar.xz latinime-85040b7cde2a8d7165bcfff7101ac09caea2af52.zip |
Merge "Fix a unit test in InputLogicTests."
-rw-r--r-- | tests/src/com/android/inputmethod/latin/InputLogicTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/InputLogicTests.java b/tests/src/com/android/inputmethod/latin/InputLogicTests.java index 039f581a7..1a249ce45 100644 --- a/tests/src/com/android/inputmethod/latin/InputLogicTests.java +++ b/tests/src/com/android/inputmethod/latin/InputLogicTests.java @@ -368,8 +368,8 @@ public class InputLogicTests extends InputTestsBase { // Choose the auto-correction, which is always in position 0. For "Barack", the // auto-correction should be "Barack". pickSuggestionManually(0, WORD_TO_TYPE); - runMessages(); sleep(DELAY_TO_WAIT_FOR_PREDICTIONS); + runMessages(); // Test the first prediction is displayed final SuggestedWords suggestedWords = mLatinIME.getSuggestedWords(); assertEquals("predictions after manual pick", "Obama", |