Adjust a test for a spec change.
Bug: 8911898 Change-Id: Iede69ec2d9870df0add5ab818613fbb8e1f943c2main
parent
4456d1a8c1
commit
7b8b6e4b42
|
@ -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());
|
||||||
|
|
Loading…
Reference in New Issue