diff options
author | 2014-03-20 08:01:09 +0000 | |
---|---|---|
committer | 2014-03-20 08:01:09 +0000 | |
commit | 136d0e799d9851d5b2ccf322e37560ab59c6266a (patch) | |
tree | edb2133d460e066353bce7684e121f2fee6a10c0 /tests/src | |
parent | c0837339721442ba43b1952ca64f7083bda7f377 (diff) | |
parent | 7e9e20b7bca6bd93d1223bbf94d760215fc875f4 (diff) | |
download | latinime-136d0e799d9851d5b2ccf322e37560ab59c6266a.tar.gz latinime-136d0e799d9851d5b2ccf322e37560ab59c6266a.tar.xz latinime-136d0e799d9851d5b2ccf322e37560ab59c6266a.zip |
Merge "Fix subtype count test"
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java index e691639a8..2e1e52c31 100644 --- a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java +++ b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java @@ -26,7 +26,7 @@ import java.util.ArrayList; @SmallTest public class KeyboardLayoutSetSubtypesCountTests extends KeyboardLayoutSetTestsBase { private static final int NUMBER_OF_SUBTYPES = 63; - private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 40; + private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 42; private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2; private static String toString(final ArrayList<InputMethodSubtype> subtypeList) { |