Fix unit test for If8c94ef91ed58bb5028f51be7c8d9beb677436a4
Change-Id: I056013de3a5e09feed429dfd8097d3d85331a0abmain
parent
ed7d262eeb
commit
eacb2be8fe
|
@ -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]);
|
||||
|
|
Loading…
Reference in New Issue