summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2011-02-08 23:49:24 -0800
committerGuang Zhu <guangzhu@google.com>2011-02-08 23:49:24 -0800
commit3047781decc7691fe58980aa101c409b794bc68a (patch)
treec6e0e8805cda6ee34e3bf945ef4a2be809532ac2 /tests
parentfca41d76f4839d6707aa9680d47a93646cd01df4 (diff)
downloadpackages_apps_Browser-3047781decc7691fe58980aa101c409b794bc68a.tar.gz
packages_apps_Browser-3047781decc7691fe58980aa101c409b794bc68a.tar.bz2
packages_apps_Browser-3047781decc7691fe58980aa101c409b794bc68a.zip
mark tests as SmallTest
looks like these tests has no external dependency and runs reasonably fast. marking them as "SmallTest" will make them automatically picked up by continuous tests on dev branch & monitor failures. Change-Id: I4addee3ed369f00cb52e828f146a6958b9cb3a09
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/browser/tests/BP2UriObserverTests.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/com/android/browser/tests/BP2UriObserverTests.java b/tests/src/com/android/browser/tests/BP2UriObserverTests.java
index 28b3ec926..2e8481437 100644
--- a/tests/src/com/android/browser/tests/BP2UriObserverTests.java
+++ b/tests/src/com/android/browser/tests/BP2UriObserverTests.java
@@ -24,9 +24,11 @@ import android.graphics.Bitmap.Config;
import android.net.Uri;
import android.provider.BrowserContract.Bookmarks;
import android.provider.BrowserContract.History;
+import android.test.suitebuilder.annotation.SmallTest;
import java.io.ByteArrayOutputStream;
+@SmallTest
public class BP2UriObserverTests extends BP2TestCaseHelper {
public void testInsertBookmark() {