aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-04-14 10:06:39 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-14 10:06:39 +0000
commitade507ba379c5403c68e763b79a9f53b40ba72d2 (patch)
tree4f1a8c129aa5dbe2fe09197f0ae6b8f407c1aa25 /tests/src
parent83ac7b87df2cf3d9d5867a49eba94f6ed6381547 (diff)
parent21eafd7910182a31372fb92895f057cff28a8480 (diff)
downloadlatinime-ade507ba379c5403c68e763b79a9f53b40ba72d2.tar.gz
latinime-ade507ba379c5403c68e763b79a9f53b40ba72d2.tar.xz
latinime-ade507ba379c5403c68e763b79a9f53b40ba72d2.zip
am 21eafd79: Use KeyboardTheme id insteand of index
* commit '21eafd7910182a31372fb92895f057cff28a8480': Use KeyboardTheme id insteand of index
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java
index 6370c471a..0fb6ff2b4 100644
--- a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java
+++ b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java
@@ -41,7 +41,7 @@ import java.util.Locale;
@SmallTest
public class KeyboardLayoutSetTestsBase extends AndroidTestCase {
private static final KeyboardTheme DEFAULT_KEYBOARD_THEME =
- KeyboardTheme.KEYBOARD_THEMES[KeyboardTheme.DEFAULT_THEME_INDEX];
+ KeyboardTheme.getDefaultKeyboardTheme();
// All input method subtypes of LatinIME.
private final ArrayList<InputMethodSubtype> mAllSubtypesList = CollectionUtils.newArrayList();