summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/providers/contacts/LegacyContactsProviderTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/providers/contacts/LegacyContactsProviderTest.java')
-rw-r--r--tests/src/com/android/providers/contacts/LegacyContactsProviderTest.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/src/com/android/providers/contacts/LegacyContactsProviderTest.java b/tests/src/com/android/providers/contacts/LegacyContactsProviderTest.java
index 6697ea6..378c9eb 100644
--- a/tests/src/com/android/providers/contacts/LegacyContactsProviderTest.java
+++ b/tests/src/com/android/providers/contacts/LegacyContactsProviderTest.java
@@ -61,7 +61,7 @@ public class LegacyContactsProviderTest extends BaseContactsProvider2Test {
@Override
protected String getAuthority() {
- return Contacts.AUTHORITY;
+ return Contacts.AUTHORITY + ";" + ContactsContract.AUTHORITY;
}
public void testPeopleInsert() {
@@ -857,8 +857,6 @@ public class LegacyContactsProviderTest extends BaseContactsProvider2Test {
}
public void testSettings() throws Exception {
- mActor.addAuthority(ContactsContract.AUTHORITY);
-
ContentValues values = new ContentValues();
values.put(Settings._SYNC_ACCOUNT, "foo");
values.put(Settings._SYNC_ACCOUNT_TYPE, "bar");