am 7b8b6e4b: Adjust a test for a spec change.

* commit '7b8b6e4b42710a04dbda19a16b57f44a0c3caca9':
  Adjust a test for a spec change.
main
Jean Chalard 2013-08-08 15:56:24 -07:00 committed by Android Git Automerger
commit ff083cacdb
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());