am eb88f03f: Merge "Fix subtype count unit test due to Ic7c17d9656"
* commit 'eb88f03f97393592611842c1de3b32c723f30b23': Fix subtype count unit test due to Ic7c17d9656main
commit
529435352b
|
@ -25,7 +25,7 @@ import java.util.ArrayList;
|
|||
|
||||
@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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue