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
7b8b6e4b
Commit
7b8b6e4b
authored
11 years ago
by
Jean Chalard
Browse files
Options
Downloads
Patches
Plain Diff
Adjust a test for a spec change.
Bug: 8911898 Change-Id: Iede69ec2d9870df0add5ab818613fbb8e1f943c2
parent
4456d1a8
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/latin/InputLogicTests.java
+1
-1
1 addition, 1 deletion
tests/src/com/android/inputmethod/latin/InputLogicTests.java
with
1 addition
and
1 deletion
tests/src/com/android/inputmethod/latin/InputLogicTests.java
+
1
−
1
View file @
7b8b6e4b
...
@@ -179,7 +179,7 @@ public class InputLogicTests extends InputTestsBase {
...
@@ -179,7 +179,7 @@ public class InputLogicTests extends InputTestsBase {
public
void
testCancelDoubleSpace
()
{
public
void
testCancelDoubleSpace
()
{
final
String
STRING_TO_TYPE
=
"this "
;
final
String
STRING_TO_TYPE
=
"this "
;
final
String
EXPECTED_RESULT
=
"this
"
;
final
String
EXPECTED_RESULT
=
"this "
;
type
(
STRING_TO_TYPE
);
type
(
STRING_TO_TYPE
);
type
(
Constants
.
CODE_DELETE
);
type
(
Constants
.
CODE_DELETE
);
assertEquals
(
"double space make a period"
,
EXPECTED_RESULT
,
mEditText
.
getText
().
toString
());
assertEquals
(
"double space make a period"
,
EXPECTED_RESULT
,
mEditText
.
getText
().
toString
());
...
...
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