commit | eb88f03f97393592611842c1de3b32c723f30b23 | [log] [tgz] |
---|---|---|
author | Tadashi G. Takaoka <takaoka@google.com> | Thu Apr 03 15:44:12 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 03 15:44:14 2014 +0000 |
tree | 6ecf81b52684fedfaf1ff009e1501a96afd05a2a | |
parent | 28a59dd049bafa45de628e2cafda47bf46d9e22a [diff] | |
parent | cafc8de2b23b6927cf8c4369f3314f5565a82a11 [diff] |
Merge "Fix subtype count unit test due to Ic7c17d9656"
diff --git a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java index bbffc8d..d6d12ea 100644 --- a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java +++ b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java
@@ -25,7 +25,7 @@ @SmallTest public class KeyboardLayoutSetSubtypesCountTests extends KeyboardLayoutSetTestsBase { - private static final int NUMBER_OF_SUBTYPES = 66; + private static final int NUMBER_OF_SUBTYPES = 67; private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 42; private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2;