Fix subtype count unit test due to Ic7c17d9656

Change-Id: Id708752e0d97a78ce02623956e32b990bc2a1cfd
main
Tadashi G. Takaoka 2014-04-04 00:09:08 +09:00
parent 23431879da
commit cafc8de2b2
1 changed files with 1 additions and 1 deletions

View File

@ -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;