Add a missing brace

Change-Id: Ia51da6506d78a295b8b70a241208fb81602cf0ea
main
Jean Chalard 2012-01-26 16:08:53 +09:00
parent 9184d8b235
commit a02e703289
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ public class InputLogicTests extends ServiceTestCase<LatinIME> {
type(STRING_TO_TYPE);
type(Keyboard.CODE_DELETE);
assertEquals("double space make a period", EXPECTED_RESULT, mTextView.getText().toString());
}
public void testBackspaceAtStartAfterAutocorrect() {
final String STRING_TO_TYPE = "tgis ";