aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-03-18 00:29:41 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-18 00:29:41 -0700
commit79ff39fccd6f186ff3acf0b1568de78b24ca846c (patch)
treeba57235595eef56bb8b0b2de08f786f6ee0cbd9f /tests/src
parentaa4cfe9a035484dad25f5cc4ca8dd356c93ab8da (diff)
parent1325ddbae318d75b62f59beb09b989291838be48 (diff)
downloadlatinime-79ff39fccd6f186ff3acf0b1568de78b24ca846c.tar.gz
latinime-79ff39fccd6f186ff3acf0b1568de78b24ca846c.tar.xz
latinime-79ff39fccd6f186ff3acf0b1568de78b24ca846c.zip
am 1325ddba: Merge "Guard possible NumberFormatException"
* commit '1325ddbae318d75b62f59beb09b989291838be48': Guard possible NumberFormatException
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 0993c4b67..a4c69e023 100644
--- a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java
+++ b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java
@@ -42,7 +42,7 @@ import java.util.Locale;
@SmallTest
public class KeyboardLayoutSetTestsBase extends AndroidTestCase {
private static final KeyboardTheme DEFAULT_KEYBOARD_THEME =
- KeyboardSwitcher.KEYBOARD_THEMES[KeyboardSwitcher.THEME_INDEX_DEFAULT];
+ KeyboardSwitcher.KEYBOARD_THEMES[KeyboardSwitcher.DEFAULT_THEME_INDEX];
// All input method subtypes of LatinIME.
private final ArrayList<InputMethodSubtype> mAllSubtypesList = CollectionUtils.newArrayList();