summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-08-26 16:20:02 -0700
committerYorke Lee <yorkelee@google.com>2014-08-26 17:16:06 -0700
commitd7705a1b6595b57e250f21856c01bf734aa4d5fd (patch)
tree9589b0f2984fd923704e170c96b0cb7d750661ed /tests
parente486de9f87e38d034efbebfa25fb3f496e66b7f8 (diff)
downloadandroid_packages_apps_ContactsCommon-d7705a1b6595b57e250f21856c01bf734aa4d5fd.tar.gz
android_packages_apps_ContactsCommon-d7705a1b6595b57e250f21856c01bf734aa4d5fd.tar.bz2
android_packages_apps_ContactsCommon-d7705a1b6595b57e250f21856c01bf734aa4d5fd.zip
API changes for ContactsContract
* Remove usages of NAME_VERIFIED * Update ContactLoader tests * Also fix broken unit tests as a result of ProviderInfo not having an authority. Bug: 17253963 Change-Id: I887fb291fa4de8db6859655956a80898d1ee618c
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/contacts/common/model/ContactLoaderTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/android/contacts/common/model/ContactLoaderTest.java b/tests/src/com/android/contacts/common/model/ContactLoaderTest.java
index 22086bd3..a16cda91 100644
--- a/tests/src/com/android/contacts/common/model/ContactLoaderTest.java
+++ b/tests/src/com/android/contacts/common/model/ContactLoaderTest.java
@@ -304,7 +304,7 @@ public class ContactLoaderTest extends LoaderTestCase {
RawContacts.DATA_SET,
RawContacts.DIRTY, RawContacts.VERSION, RawContacts.SOURCE_ID,
RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4,
- RawContacts.DELETED, RawContacts.NAME_VERIFIED,
+ RawContacts.DELETED,
Contacts.Entity.DATA_ID,
@@ -344,7 +344,7 @@ public class ContactLoaderTest extends LoaderTestCase {
"mockAccountName", "mockAccountType", null,
0, 1, 0,
"sync1", "sync2", "sync3", "sync4",
- 0, 0,
+ 0,
dataId,