aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/InputLogicTests.java
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-03-14 06:16:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-14 06:16:02 +0000
commit599e61d70ce9a3759dc649a5b50850cac039538e (patch)
tree81eb48c498d7b185aaadf1a026a0108f0ff294db /tests/src/com/android/inputmethod/latin/InputLogicTests.java
parent4ba6eec9fd50af20eb6ed72ca7476c8549fcbb43 (diff)
parent73a2426d455e6e83dd9402913889f80a0071f0ac (diff)
downloadlatinime-599e61d70ce9a3759dc649a5b50850cac039538e.tar.gz
latinime-599e61d70ce9a3759dc649a5b50850cac039538e.tar.xz
latinime-599e61d70ce9a3759dc649a5b50850cac039538e.zip
Merge "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;