From b4598f7d05d6afd01ddc7ea0bed71dda837d1deb Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Mon, 4 Feb 2013 15:25:24 -0800 Subject: Add unit tests tags Bug: 8131968 Change-Id: Ibca5a0d63a492134b8af401a62ca3a5748e003cf --- tests/src/com/android/inputmethod/research/MotionEventReaderTests.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/src/com/android/inputmethod/research/MotionEventReaderTests.java') 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; -- cgit v1.2.3-83-g751a