Merge change 23664 into eclair

* changes:
  Add ContactsProvider tests to runtest as 'contactsprov'
This commit is contained in:
Android (Google) Code Review
2009-09-02 14:19:07 -07:00

View File

@@ -357,9 +357,14 @@ See test_defs.xsd for more information.
coverage_target="Camera" /> coverage_target="Camera" />
<test name="contactsprov" <test name="contactsprov"
build_path="packages/providers/ContactsProvider/tests"
package="com.android.providers.contacts.tests"
coverage_target="ContactsProvider" />
<test name="gcontactsprov"
build_path="packages/providers/GoogleContactsProvider/tests" build_path="packages/providers/GoogleContactsProvider/tests"
package="com.android.providers.contactstests" package="com.android.providers.contactstests"
coverage_target="ContactsProvider" /> coverage_target="GoogleContactsProvider" />
<test name="downloadprovider-permission" <test name="downloadprovider-permission"
build_path="packages/providers/DownloadProvider/tests/permission" build_path="packages/providers/DownloadProvider/tests/permission"