aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-03-20 01:40:05 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-20 01:40:05 -0700
commit14dc103e6e8c60e1ae87f1f1fdabd100937ba546 (patch)
tree43ce48662bb7ccff42ee7f085b81e27d5d5f8441
parent22ae546b173e5f197b3968389f30e85f9f6b3cdd (diff)
parentf64a9d8fd6d764adc002e854246385e682821c2c (diff)
downloadlatinime-14dc103e6e8c60e1ae87f1f1fdabd100937ba546.tar.gz
latinime-14dc103e6e8c60e1ae87f1f1fdabd100937ba546.tar.xz
latinime-14dc103e6e8c60e1ae87f1f1fdabd100937ba546.zip
am f64a9d8f: Fix subtype count test
* commit 'f64a9d8fd6d764adc002e854246385e682821c2c': Fix subtype count test
-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;