diff options
author | Dmitri Plotnikov <dplotnikov@google.com> | 2009-08-10 18:10:09 -0700 |
---|---|---|
committer | Dmitri Plotnikov <dplotnikov@google.com> | 2009-08-10 18:10:09 -0700 |
commit | 73776ffd5c00e94db987ee30864e9c7a8396d22d (patch) | |
tree | 6631415d9036780fa291b915982f8f96f3de1d1d /tests/assets | |
parent | 94021b213e4db367f60b30fcbfe9019e28571784 (diff) | |
download | packages_providers_ContactsProvider-73776ffd5c00e94db987ee30864e9c7a8396d22d.zip packages_providers_ContactsProvider-73776ffd5c00e94db987ee30864e9c7a8396d22d.tar.gz packages_providers_ContactsProvider-73776ffd5c00e94db987ee30864e9c7a8396d22d.tar.bz2 |
DIRTY flag on Contacts will no longer be set if the query has the ?mark_as_dirty=true parameter.
Sync adapters should be able to set their own data on the Data row without
triggering another round of syncing.
Diffstat (limited to 'tests/assets')
-rw-r--r-- | tests/assets/expected_groups.txt | 2 | ||||
-rw-r--r-- | tests/assets/expected_raw_contacts.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/assets/expected_groups.txt b/tests/assets/expected_groups.txt index 0f2e325..5ff878f 100644 --- a/tests/assets/expected_groups.txt +++ b/tests/assets/expected_groups.txt @@ -53,7 +53,7 @@ 53 _id=4 54 account_name=android.contacts.test.eclair@gmail.com 55 account_type=com.google.GAIA -56 dirty=1 +56 dirty=0 57 group_visible=1 58 notes=null 59 res_package=null diff --git a/tests/assets/expected_raw_contacts.txt b/tests/assets/expected_raw_contacts.txt index ff6c954..46ddfd9 100644 --- a/tests/assets/expected_raw_contacts.txt +++ b/tests/assets/expected_raw_contacts.txt @@ -55,7 +55,7 @@ 55 account_name=android.contacts.test.eclair@gmail.com 56 account_type=com.google.GAIA 57 deleted=1 -58 dirty=1 +58 dirty=0 59 sourceid=http://www.google.com/m8/feeds/contacts/android.contacts.test.eclair@gmail.com/base/20d08a710c3df43d 60 version=1 61 sync1=null @@ -63,3 +63,4 @@ 63 sync3=null 64 sync4=null 65 } + |