aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-13 19:31:31 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-02-13 19:38:51 +0900
commitda973e75dcea8dac8c83d7dcc4a7a33a69bab2cd (patch)
tree8f592345594400f46aa19d97db32fb7733612898 /tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
parent7ae6721ffad1e79ee446de87d13f18a27619830b (diff)
downloadlatinime-da973e75dcea8dac8c83d7dcc4a7a33a69bab2cd.tar.gz
latinime-da973e75dcea8dac8c83d7dcc4a7a33a69bab2cd.tar.xz
latinime-da973e75dcea8dac8c83d7dcc4a7a33a69bab2cd.zip
Make InputLogicTest more robust
Change-Id: I134f14971126cbeed05b472c08747f2b88ad30e6
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java b/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
index 7d664c825..5702a62f4 100644
--- a/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
+++ b/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
@@ -55,8 +55,8 @@ public class BinaryDictionaryDecayingTests extends AndroidTestCase {
@Override
protected void tearDown() throws Exception {
- super.tearDown();
stopTestModeInNativeCode();
+ super.tearDown();
}
private void addUnigramWord(final BinaryDictionary binaryDictionary, final String word,