aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-03-20 16:36:21 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-03-20 16:36:21 +0900
commit7e9e20b7bca6bd93d1223bbf94d760215fc875f4 (patch)
treecb8b81748503ebdfef3c8ec756e188016bab31ad /tests/src
parente884fde8d2d532e19bfd01e6adc8bf0c9b4317ce (diff)
downloadlatinime-7e9e20b7bca6bd93d1223bbf94d760215fc875f4.tar.gz
latinime-7e9e20b7bca6bd93d1223bbf94d760215fc875f4.tar.xz
latinime-7e9e20b7bca6bd93d1223bbf94d760215fc875f4.zip
Fix subtype count test
Because we implement Basque and Galician keyboard. Change-Id: I6cce26c4fc17100b8f0511cb38243b1235a2375f
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java2
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) {