am e377fa60: Merge change I17a9df5a into eclair

Merge commit 'e377fa60d19b76a81b245f0e525652cdd22eb95f' into eclair-plus-aosp

* commit 'e377fa60d19b76a81b245f0e525652cdd22eb95f':
  Add contacts tests to the continuous test cycle
This commit is contained in:
Omari Stephens
2009-09-29 15:38:31 -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"