diff options
author | 2014-01-10 21:39:02 +0900 | |
---|---|---|
committer | 2014-01-10 21:39:43 +0900 | |
commit | 7b6e999cd174f63501ccabdade5489d61107b341 (patch) | |
tree | 407cff6f2a9f1a59675226c5bc7d2f5cf2354559 /tests/src/com/android/inputmethod/latin/InputLogicTests.java | |
parent | db0adf86a4c615ca8838238a1c318b1fbc05111e (diff) | |
download | latinime-7b6e999cd174f63501ccabdade5489d61107b341.tar.gz latinime-7b6e999cd174f63501ccabdade5489d61107b341.tar.xz latinime-7b6e999cd174f63501ccabdade5489d61107b341.zip |
Fix a test.
Bug: 12483313
Change-Id: Ia811d614b9260367871bc5717f587538adf46789
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/InputLogicTests.java')
-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 1a249ce45..2c23d743f 100644 --- a/tests/src/com/android/inputmethod/latin/InputLogicTests.java +++ b/tests/src/com/android/inputmethod/latin/InputLogicTests.java @@ -381,7 +381,7 @@ public class InputLogicTests extends InputTestsBase { type(WORD_TO_TYPE); sleep(DELAY_TO_WAIT_FOR_PREDICTIONS); runMessages(); - // Test the first prediction is displayed + // Test the first prediction is not displayed final SuggestedWords suggestedWords = mLatinIME.getSuggestedWords(); assertEquals("no prediction after period", 0, suggestedWords.size()); } |