Adjust a test for a spec change.

Bug: 8911898
Change-Id: Iede69ec2d9870df0add5ab818613fbb8e1f943c2
main
Jean Chalard 2013-08-08 12:51:37 +09:00
parent 4456d1a8c1
commit 7b8b6e4b42
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class InputLogicTests extends InputTestsBase {
public void testCancelDoubleSpace() {
final String STRING_TO_TYPE = "this ";
final String EXPECTED_RESULT = "this ";
final String EXPECTED_RESULT = "this ";
type(STRING_TO_TYPE);
type(Constants.CODE_DELETE);
assertEquals("double space make a period", EXPECTED_RESULT, mEditText.getText().toString());