summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorChieu Nguyen <cvnguyen@google.com>2015-03-18 21:21:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-18 21:21:51 +0000
commit59d3408727488d461fc45f2131ad81124d035dd1 (patch)
tree2adac871b8f597cb4e24923fa7332f9e03f22cb3 /tests/src
parent62596b61c5c8c2ce85981713ed5cd47c97f20c93 (diff)
parentc7da1f735301721cedee44c363b4d122b52cc85e (diff)
downloadandroid_packages_inputmethods_LatinIME-59d3408727488d461fc45f2131ad81124d035dd1.tar.gz
android_packages_inputmethods_LatinIME-59d3408727488d461fc45f2131ad81124d035dd1.tar.bz2
android_packages_inputmethods_LatinIME-59d3408727488d461fc45f2131ad81124d035dd1.zip
Merge "Fix KeyboardLayoutSetSubtypesCountTests."
Diffstat (limited to 'tests/src')
-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;