Fix subtype count test
This is a follow up of I6cce26c4fc. Because we implement Basque, Galician, and preliminary Myanmar keyboard. Change-Id: I055fe4f453cf454bbd65bc8542733411e9d3556cmain
parent
e7420f6bd1
commit
f64a9d8fd6
|
@ -25,7 +25,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 = 66;
|
||||||
private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 42;
|
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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue