aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/PunctuationTests.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-10-15 10:14:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-15 10:14:11 +0000
commit2afcc0ab72c70b4a8ccfbfceacae1317580c3dd0 (patch)
treefc7d89a49582d03005aec80292bf7cadffa9aff2 /tests/src/com/android/inputmethod/latin/PunctuationTests.java
parentde0d34a1f923ac97bb94357d7b64802ba2609aa7 (diff)
parent8fff6ae68b3c2e31687370fc867d3b6098938be7 (diff)
downloadlatinime-2afcc0ab72c70b4a8ccfbfceacae1317580c3dd0.tar.gz
latinime-2afcc0ab72c70b4a8ccfbfceacae1317580c3dd0.tar.xz
latinime-2afcc0ab72c70b4a8ccfbfceacae1317580c3dd0.zip
am 8fff6ae6: Merge "Add the first gesture unit tests."
* commit '8fff6ae68b3c2e31687370fc867d3b6098938be7': Add the first gesture unit tests.
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/PunctuationTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/PunctuationTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/PunctuationTests.java b/tests/src/com/android/inputmethod/latin/PunctuationTests.java
index 64750fbda..3537918de 100644
--- a/tests/src/com/android/inputmethod/latin/PunctuationTests.java
+++ b/tests/src/com/android/inputmethod/latin/PunctuationTests.java
@@ -38,7 +38,7 @@ public class PunctuationTests extends InputTestsBase {
try {
mLatinIME.loadSettings();
type(WORD_TO_TYPE);
- sleep(DELAY_TO_WAIT_FOR_UNDERLINE);
+ sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS);
runMessages();
assertTrue("type word then type space should display punctuation strip",
mLatinIME.getSuggestedWordsForTest().isPunctuationSuggestions());