diff options
author | 2013-02-05 02:53:07 +0000 | |
---|---|---|
committer | 2013-02-05 02:53:07 +0000 | |
commit | df1b8d5eec1909a7ff000825e20e1e45d6f39297 (patch) | |
tree | 9108e3d70f78a94e8bb9fd5c972708d2dcb0a752 /tests/src/com/android/inputmethod/research/MotionEventReaderTests.java | |
parent | 298b4240f84344bbcd70b72dfb20806ba93ffd22 (diff) | |
parent | b4598f7d05d6afd01ddc7ea0bed71dda837d1deb (diff) | |
download | latinime-df1b8d5eec1909a7ff000825e20e1e45d6f39297.tar.gz latinime-df1b8d5eec1909a7ff000825e20e1e45d6f39297.tar.xz latinime-df1b8d5eec1909a7ff000825e20e1e45d6f39297.zip |
Merge "Add unit tests tags"
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; |