OSDN Git Service

Add contacts tests to the continuous test cycle
authorOmari Stephens <xsdg@android.com>
Tue, 29 Sep 2009 21:16:07 +0000 (14:16 -0700)
committerOmari Stephens <xsdg@android.com>
Tue, 29 Sep 2009 21:17:34 +0000 (14:17 -0700)
testrunner/test_defs.xml

index 6d38d1d..7b75a68 100644 (file)
@@ -366,14 +366,16 @@ See test_defs.xsd for more information.
 <test name="contactsprov"
     build_path="packages/providers/ContactsProvider/tests"
     package="com.android.providers.contacts.tests"
-    coverage_target="ContactsProvider" />
+    coverage_target="ContactsProvider"
+    continuous="true" />
 
 <test name="contacts"
     build_path="packages/apps/Contacts"
     package="com.android.contacts.tests"
     runner="android.test.InstrumentationTestRunner"
     coverage_target="Contacts"
-    description="Tests for the Contacts app." />
+    description="Tests for the Contacts app."
+    continuous="true" />
 
 <test name="gcontactsprov"
     build_path="packages/providers/GoogleContactsProvider/tests"