diff options
author | 2014-03-13 23:18:31 -0700 | |
---|---|---|
committer | 2014-03-13 23:18:31 -0700 | |
commit | 8e8f7f307feadf846fa473739a308f96cd14cd4d (patch) | |
tree | 81eb48c498d7b185aaadf1a026a0108f0ff294db /tests/src/com/android/inputmethod/latin/InputLogicTests.java | |
parent | 666eae4f698226a536570175a1ac0b1f77483e55 (diff) | |
parent | 599e61d70ce9a3759dc649a5b50850cac039538e (diff) | |
download | latinime-8e8f7f307feadf846fa473739a308f96cd14cd4d.tar.gz latinime-8e8f7f307feadf846fa473739a308f96cd14cd4d.tar.xz latinime-8e8f7f307feadf846fa473739a308f96cd14cd4d.zip |
am 599e61d7: Merge "Change default decaying parameters."
* commit '599e61d70ce9a3759dc649a5b50850cac039538e':
Change default decaying parameters.
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 ab9751380..ab6245635 100644 --- a/tests/src/com/android/inputmethod/latin/InputLogicTests.java +++ b/tests/src/com/android/inputmethod/latin/InputLogicTests.java @@ -356,7 +356,7 @@ public class InputLogicTests extends InputTestsBase { final String NOT_CORRECTED_RESULT = "qpmx "; final String DESIRED_WORD = "qpmz"; final String CORRECTED_RESULT = "qpmz "; - final int typeCountNotToAutocorrect = 3; + final int typeCountNotToAutocorrect = 1; final int typeCountToAutoCorrect = 16; int startIndex = 0; int endIndex = 0; |