diff options
author | 2013-02-04 15:25:24 -0800 | |
---|---|---|
committer | 2013-02-04 17:21:30 -0800 | |
commit | b4598f7d05d6afd01ddc7ea0bed71dda837d1deb (patch) | |
tree | 99094cec23219d57b89f95a49e3eefb14e97706e /tests/src/com/android/inputmethod/latin/PunctuationTests.java | |
parent | 70c63049d3635220ccda6923b3333c5e72451192 (diff) | |
download | latinime-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.java | 3 |
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"; |