aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-02-05 23:35:20 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-05 23:35:20 -0800
commitcf398ac4f5fa3a145261663d9b04fab65ec357f1 (patch)
treed0139ea488de7c179e600116b95aa1982e610237 /tests/src
parente02805d90a4fbe0288932d127c127da8a70fdc6e (diff)
parenta9e1930a6a9ce2e53cf9b47e8b0033b763416183 (diff)
downloadlatinime-cf398ac4f5fa3a145261663d9b04fab65ec357f1.tar.gz
latinime-cf398ac4f5fa3a145261663d9b04fab65ec357f1.tar.xz
latinime-cf398ac4f5fa3a145261663d9b04fab65ec357f1.zip
am a9e1930a: Merge "Conditionally store the raw suggestions."
* commit 'a9e1930a6a9ce2e53cf9b47e8b0033b763416183': Conditionally store the raw suggestions.
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java b/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
index 375352067..53839b67f 100644
--- a/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
+++ b/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
@@ -46,7 +46,7 @@ public class SuggestedWordsTests extends AndroidTestCase {
}
final SuggestedWords words = new SuggestedWords(
- list,
+ list, null /* rawSuggestions */,
false /* typedWordValid */,
false /* willAutoCorrect */,
false /* isPunctuationSuggestions */,