Fix unit test for If8c94ef91ed58bb5028f51be7c8d9beb677436a4

Change-Id: I056013de3a5e09feed429dfd8097d3d85331a0ab
main
Ken Wakasa 2013-10-11 16:52:12 +09:00
parent ed7d262eeb
commit eacb2be8fe
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ public class InputLogicTests extends InputTestsBase {
final String[] STRINGS_TO_TYPE =
new String[] { "this ", "a+ ", "\u1F607 ", ".. ", ") ", "( ", "% " };
final String[] EXPECTED_RESULTS =
new String[] { "this. ", "a+. ", "\u1F607. ", ".. ", "). ", "( ", "% " };
new String[] { "this. ", "a+. ", "\u1F607. ", ".. ", "). ", "( ", "%. " };
for (int i = 0; i < STRINGS_TO_TYPE.length; ++i) {
mEditText.setText("");
type(STRINGS_TO_TYPE[i]);