Skip to content
Snippets Groups Projects
Commit 7b8b6e4b authored by Jean Chalard's avatar Jean Chalard
Browse files

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
...@@ -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());
......
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