aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/InputLogicTests.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-08-07 22:13:49 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-07 22:13:49 -0700
commit9dcca243074fd77d15efa86af5d226e18770550a (patch)
treeb58ffe4206885d05d8c2156bb42aba4ff723d251 /tests/src/com/android/inputmethod/latin/InputLogicTests.java
parent37fa494cd5c9d8099a6ce784528988a5af841a24 (diff)
parent7b8b6e4b42710a04dbda19a16b57f44a0c3caca9 (diff)
downloadlatinime-9dcca243074fd77d15efa86af5d226e18770550a.tar.gz
latinime-9dcca243074fd77d15efa86af5d226e18770550a.tar.xz
latinime-9dcca243074fd77d15efa86af5d226e18770550a.zip
am 7b8b6e4b: Adjust a test for a spec change.
* commit '7b8b6e4b42710a04dbda19a16b57f44a0c3caca9': Adjust a test for a spec change.
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/InputLogicTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/InputLogicTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/InputLogicTests.java b/tests/src/com/android/inputmethod/latin/InputLogicTests.java
index 91401970a..d27a7a903 100644
--- a/tests/src/com/android/inputmethod/latin/InputLogicTests.java
+++ b/tests/src/com/android/inputmethod/latin/InputLogicTests.java
@@ -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());