Skip to content
Snippets Groups Projects
Commit cafc8de2 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix subtype count unit test due to Ic7c17d9656

Change-Id: Id708752e0d97a78ce02623956e32b990bc2a1cfd
parent 23431879
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ import java.util.ArrayList; ...@@ -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 = 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_ASCII_CAPABLE_SUBTYPES = 42;
private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2; private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment