aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-03-20 17:09:08 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-03-20 17:09:08 +0900
commitf64a9d8fd6d764adc002e854246385e682821c2c (patch)
tree43ce48662bb7ccff42ee7f085b81e27d5d5f8441
parente7420f6bd11589e6242d949814e0ac1381bf0d63 (diff)
downloadlatinime-f64a9d8fd6d764adc002e854246385e682821c2c.tar.gz
latinime-f64a9d8fd6d764adc002e854246385e682821c2c.tar.xz
latinime-f64a9d8fd6d764adc002e854246385e682821c2c.zip
Fix subtype count test
This is a follow up of I6cce26c4fc. Because we implement Basque, Galician, and preliminary Myanmar keyboard. Change-Id: I055fe4f453cf454bbd65bc8542733411e9d3556c
-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 2e1e52c31..bbffc8dd5 100644
--- a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java
+++ b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java
@@ -25,7 +25,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_SUBTYPES = 66;
private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 42;
private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2;