diff options
author | 2014-03-14 12:23:24 +0900 | |
---|---|---|
committer | 2014-03-14 12:23:24 +0900 | |
commit | 73a2426d455e6e83dd9402913889f80a0071f0ac (patch) | |
tree | e2340b15995938106b20effd41f9d9330dcfca21 /tests/src/com/android/inputmethod/latin/InputLogicTests.java | |
parent | 13b446b8fb37cb7dfbc79eafa8705796b47d6dcb (diff) | |
download | latinime-73a2426d455e6e83dd9402913889f80a0071f0ac.tar.gz latinime-73a2426d455e6e83dd9402913889f80a0071f0ac.tar.xz latinime-73a2426d455e6e83dd9402913889f80a0071f0ac.zip |
Change default decaying parameters.
Bug: 13458617
Change-Id: I4942af4a48881fb6ca866c74140b262e6d323f4a
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; |