aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-12-10 19:42:01 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-12-10 19:42:01 -0800
commitd08928047041c35c384e5a4aad1a15f012da6df6 (patch)
treede54e8e3b6b7335105a1fe7461f61260c61d69ae /tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
parentecbe12d19e7667400613e5240056fbc1df65a549 (diff)
parent97351ad34ce25e3feeba6878ff66eb56d6a30483 (diff)
downloadlatinime-d08928047041c35c384e5a4aad1a15f012da6df6.tar.gz
latinime-d08928047041c35c384e5a4aad1a15f012da6df6.tar.xz
latinime-d08928047041c35c384e5a4aad1a15f012da6df6.zip
am 97351ad3: Merge "Fix typos."
* commit '97351ad34ce25e3feeba6878ff66eb56d6a30483': Fix typos.
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java b/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
index 61b391a2d..d76a55283 100644
--- a/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
+++ b/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
@@ -141,11 +141,11 @@ public class BinaryDictionaryDecayingTests extends AndroidTestCase {
binaryDictionary.getPropertyForTests(query);
}
- public void testControllCurrentTime() {
- testControllCurrentTime(FormatSpec.VERSION4);
+ public void testControlCurrentTime() {
+ testControlCurrentTime(FormatSpec.VERSION4);
}
- private void testControllCurrentTime(final int formatVersion) {
+ private void testControlCurrentTime(final int formatVersion) {
final int TEST_COUNT = 1000;
final long seed = System.currentTimeMillis();
final Random random = new Random(seed);