Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
cafc8de2
Commit
cafc8de2
authored
10 years ago
by
Tadashi G. Takaoka
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java
+1
-1
1 addition, 1 deletion
...tmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java
with
1 addition
and
1 deletion
tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java
+
1
−
1
View file @
cafc8de2
...
@@ -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
=
6
6
;
private
static
final
int
NUMBER_OF_SUBTYPES
=
6
7
;
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment