aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/InputLogicTests.java
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-03-13 23:18:31 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-13 23:18:31 -0700
commit8e8f7f307feadf846fa473739a308f96cd14cd4d (patch)
tree81eb48c498d7b185aaadf1a026a0108f0ff294db /tests/src/com/android/inputmethod/latin/InputLogicTests.java
parent666eae4f698226a536570175a1ac0b1f77483e55 (diff)
parent599e61d70ce9a3759dc649a5b50850cac039538e (diff)
downloadlatinime-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.java2
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;