aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-02-06 07:31:21 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-06 07:31:22 +0000
commita9e1930a6a9ce2e53cf9b47e8b0033b763416183 (patch)
tree5ec034507ed27a353f7ff45c8554c7e5db8dea2a /tests/src
parentfd018c1588c24b1fd32746d9bf0a089713c407e0 (diff)
parenta49f61f8a73e64cb4db4f7ee5c0fe54fc40b367c (diff)
downloadlatinime-a9e1930a6a9ce2e53cf9b47e8b0033b763416183.tar.gz
latinime-a9e1930a6a9ce2e53cf9b47e8b0033b763416183.tar.xz
latinime-a9e1930a6a9ce2e53cf9b47e8b0033b763416183.zip
Merge "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 */,