diff options
author | 2015-03-18 21:21:50 +0000 | |
---|---|---|
committer | 2015-03-18 21:21:51 +0000 | |
commit | 59d3408727488d461fc45f2131ad81124d035dd1 (patch) | |
tree | 2adac871b8f597cb4e24923fa7332f9e03f22cb3 /tests | |
parent | 62596b61c5c8c2ce85981713ed5cd47c97f20c93 (diff) | |
parent | c7da1f735301721cedee44c363b4d122b52cc85e (diff) | |
download | latinime-59d3408727488d461fc45f2131ad81124d035dd1.tar.gz latinime-59d3408727488d461fc45f2131ad81124d035dd1.tar.xz latinime-59d3408727488d461fc45f2131ad81124d035dd1.zip |
Merge "Fix KeyboardLayoutSetSubtypesCountTests."
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/android/inputmethod/keyboard/layout/tests/KeyboardLayoutSetSubtypesCountTests.java | 2 |
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; |