aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChieu Nguyen <cvnguyen@google.com>2015-03-18 21:24:50 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-18 21:24:50 +0000
commitfe316820b9e1d8d52ca86e7fd1787ac4f574fa0c (patch)
treeaa93075993dfba891e9bb093035732f4b66072e2
parent555595c3f20fa1d61e37886b27a216318f0938e2 (diff)
parent59d3408727488d461fc45f2131ad81124d035dd1 (diff)
downloadlatinime-fe316820b9e1d8d52ca86e7fd1787ac4f574fa0c.tar.gz
latinime-fe316820b9e1d8d52ca86e7fd1787ac4f574fa0c.tar.xz
latinime-fe316820b9e1d8d52ca86e7fd1787ac4f574fa0c.zip
am 59d34087: Merge "Fix KeyboardLayoutSetSubtypesCountTests."
* commit '59d3408727488d461fc45f2131ad81124d035dd1': Fix KeyboardLayoutSetSubtypesCountTests.
-rw-r--r--tests/src/com/android/inputmethod/keyboard/layout/tests/KeyboardLayoutSetSubtypesCountTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/keyboard/layout/tests/KeyboardLayoutSetSubtypesCountTests.java b/tests/src/com/android/inputmethod/keyboard/layout/tests/KeyboardLayoutSetSubtypesCountTests.java
index 3e351b643..3a8d19d08 100644
--- a/tests/src/com/android/inputmethod/keyboard/layout/tests/KeyboardLayoutSetSubtypesCountTests.java
+++ b/tests/src/com/android/inputmethod/keyboard/layout/tests/KeyboardLayoutSetSubtypesCountTests.java
@@ -27,7 +27,7 @@ import java.util.ArrayList;
@SmallTest
public class KeyboardLayoutSetSubtypesCountTests extends KeyboardLayoutSetTestsBase {
- private static final int NUMBER_OF_SUBTYPES = 84;
+ private static final int NUMBER_OF_SUBTYPES = 82;
private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 50;
private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2;