aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/PunctuationTests.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-02-04 15:25:24 -0800
committerTadashi G. Takaoka <takaoka@google.com>2013-02-04 17:21:30 -0800
commitb4598f7d05d6afd01ddc7ea0bed71dda837d1deb (patch)
tree99094cec23219d57b89f95a49e3eefb14e97706e /tests/src/com/android/inputmethod/latin/PunctuationTests.java
parent70c63049d3635220ccda6923b3333c5e72451192 (diff)
downloadlatinime-b4598f7d05d6afd01ddc7ea0bed71dda837d1deb.tar.gz
latinime-b4598f7d05d6afd01ddc7ea0bed71dda837d1deb.tar.xz
latinime-b4598f7d05d6afd01ddc7ea0bed71dda837d1deb.zip
Add unit tests tags
Bug: 8131968 Change-Id: Ibca5a0d63a492134b8af401a62ca3a5748e003cf
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/PunctuationTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/PunctuationTests.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/com/android/inputmethod/latin/PunctuationTests.java b/tests/src/com/android/inputmethod/latin/PunctuationTests.java
index 0eb3ba41a..38203e8fc 100644
--- a/tests/src/com/android/inputmethod/latin/PunctuationTests.java
+++ b/tests/src/com/android/inputmethod/latin/PunctuationTests.java
@@ -16,8 +16,11 @@
package com.android.inputmethod.latin;
+import android.test.suitebuilder.annotation.LargeTest;
+
import com.android.inputmethod.latin.R;
+@LargeTest
public class PunctuationTests extends InputTestsBase {
final String NEXT_WORD_PREDICTION_OPTION = "next_word_prediction";