am 855489d1: am e377fa60: Merge change I17a9df5a into eclair

Merge commit '855489d1f98d7dd19e49acfc6b6c2d186334e998'

* commit '855489d1f98d7dd19e49acfc6b6c2d186334e998':
  Add contacts tests to the continuous test cycle
This commit is contained in:
Omari Stephens
2009-10-01 11:40:12 -07:00
committed by Android Git Automerger

View 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"