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/research/MotionEventReaderTests.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/research/MotionEventReaderTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/research/MotionEventReaderTests.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java b/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java index c0eaaead4..e5b9bc0ce 100644 --- a/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java +++ b/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java @@ -17,6 +17,7 @@ package com.android.inputmethod.research; import android.test.AndroidTestCase; +import android.test.suitebuilder.annotation.SmallTest; import android.util.JsonReader; import com.android.inputmethod.research.MotionEventReader.ReplayData; @@ -24,6 +25,7 @@ import com.android.inputmethod.research.MotionEventReader.ReplayData; import java.io.IOException; import java.io.StringReader; +@SmallTest public class MotionEventReaderTests extends AndroidTestCase { private MotionEventReader mMotionEventReader = new MotionEventReader(); private ReplayData mReplayData; |