aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-12-15 10:08:30 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-12-15 10:08:30 -0800
commitc479d88196852640ee912a85bc959280c32e5f5a (patch)
tree8a61f74d81e336d5c2a9dbe35107321e2ec3e14e /tests/src
parentbe6d5a041c175d4ae1563c44ef95863470f6acfa (diff)
parent90c12077b2c57afe34b5d9d02fd6a9dcdd9b0cfc (diff)
downloadlatinime-c479d88196852640ee912a85bc959280c32e5f5a.tar.gz
latinime-c479d88196852640ee912a85bc959280c32e5f5a.tar.xz
latinime-c479d88196852640ee912a85bc959280c32e5f5a.zip
am 90c12077: Merge "Remove EditorInfo from KeyboardId"
* commit '90c12077b2c57afe34b5d9d02fd6a9dcdd9b0cfc': Remove EditorInfo from KeyboardId
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/inputmethod/latin/SuggestTestsBase.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java b/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java
index 406c97f71..7b4c6a904 100644
--- a/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java
+++ b/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java
@@ -21,7 +21,6 @@ import android.content.res.Configuration;
import android.test.AndroidTestCase;
import android.text.TextUtils;
import android.util.DisplayMetrics;
-import android.view.inputmethod.EditorInfo;
import com.android.inputmethod.keyboard.KeyboardId;
@@ -52,7 +51,7 @@ public class SuggestTestsBase extends AndroidTestCase {
}
return new KeyboardId(com.android.inputmethod.latin.R.xml.kbd_qwerty,
KeyboardId.ELEMENT_ALPHABET, locale, orientation, width, KeyboardId.MODE_TEXT,
- new EditorInfo(), false, false, false, false);
+ null, false, false, false, false);
}
protected InputStream openTestRawResource(int resIdInTest) {