summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMateusz Polrola <mateuszx.potrola@intel.com>2014-05-09 11:26:06 +0200
committerMilan Crha <mcrha@redhat.com>2014-05-09 11:26:06 +0200
commita0d905d9060de04cc06f0cdee4cba23bf3c99633 (patch)
treec6609c808116f77dc52929891f390afb8240514b /tests
parent97a72eb34e31977a5f1a4b47422f45287ce68699 (diff)
downloadevolution-data-server-a0d905d9060de04cc06f0cdee4cba23bf3c99633.tar.gz
Bug #729251 - EBookSqlite: Allow record detailed changes made to contacts
Diffstat (limited to 'tests')
-rw-r--r--tests/libedata-book/data-test-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libedata-book/data-test-utils.c b/tests/libedata-book/data-test-utils.c
index bb0c0bc00..f3adb7b6c 100644
--- a/tests/libedata-book/data-test-utils.c
+++ b/tests/libedata-book/data-test-utils.c
@@ -210,6 +210,7 @@ e_sqlite_fixture_setup (EbSqlFixture *fixture,
if (closure->without_vcards)
fixture->ebsql = e_book_sqlite_new_full (
filename,
+ NULL,
setup,
fetch_vcard_from_hash,
contact_change_cb,
@@ -219,6 +220,7 @@ e_sqlite_fixture_setup (EbSqlFixture *fixture,
else
fixture->ebsql = e_book_sqlite_new_full (
filename,
+ NULL,
setup,
NULL,
contact_change_cb,