Fix subtype count test
Because we implement Basque and Galician keyboard. Change-Id: I6cce26c4fc17100b8f0511cb38243b1235a2375fmain
parent
e884fde8d2
commit
7e9e20b7bc
|
@ -26,7 +26,7 @@ import java.util.ArrayList;
|
||||||
@SmallTest
|
@SmallTest
|
||||||
public class KeyboardLayoutSetSubtypesCountTests extends KeyboardLayoutSetTestsBase {
|
public class KeyboardLayoutSetSubtypesCountTests extends KeyboardLayoutSetTestsBase {
|
||||||
private static final int NUMBER_OF_SUBTYPES = 63;
|
private static final int NUMBER_OF_SUBTYPES = 63;
|
||||||
private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 40;
|
private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 42;
|
||||||
private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2;
|
private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2;
|
||||||
|
|
||||||
private static String toString(final ArrayList<InputMethodSubtype> subtypeList) {
|
private static String toString(final ArrayList<InputMethodSubtype> subtypeList) {
|
||||||
|
|
Loading…
Reference in New Issue