aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-06-10 15:16:50 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-10 15:16:50 -0700
commit10aa8f127ae4e1f9e09f26e4e54770855ff24440 (patch)
tree5daa9820289e6ba8f83d448957e3a228ae28bfde /tests/src
parent263749f2dc5d1cb885786afbccbb19ae6847c204 (diff)
parent9dcb764f058fc4395c0fc207458395e9bdbdbe27 (diff)
downloadlatinime-10aa8f127ae4e1f9e09f26e4e54770855ff24440.tar.gz
latinime-10aa8f127ae4e1f9e09f26e4e54770855ff24440.tar.xz
latinime-10aa8f127ae4e1f9e09f26e4e54770855ff24440.zip
am 9dcb764f: Fix "Show settings key" option on 7" device (DO NOT MERGE)
* commit '9dcb764f058fc4395c0fc207458395e9bdbdbe27': Fix "Show settings key" option on 7" device (DO NOT MERGE)
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/inputmethod/latin/SuggestTestsBase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java b/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java
index 64f26743e..48d169f6a 100644
--- a/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java
+++ b/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java
@@ -42,7 +42,7 @@ public class SuggestTestsBase extends AndroidTestCase {
return new KeyboardId(locale.toString() + " keyboard",
com.android.inputmethod.latin.R.xml.kbd_qwerty, KeyboardView.COLOR_SCHEME_WHITE,
locale, Configuration.ORIENTATION_LANDSCAPE, KeyboardId.MODE_TEXT,
- new EditorInfo(), false, false, false, false);
+ new EditorInfo(), false, KeyboardId.F2KEY_MODE_NONE, false, false, false, false);
}
protected InputStream openTestRawResource(int resIdInTest) {