mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-29 14:56:21 +00:00
fix tests
This commit is contained in:
parent
a5cdc5953c
commit
f1ae36112b
1 changed files with 2 additions and 2 deletions
|
|
@ -799,8 +799,8 @@ test_t vcard_tests[] = {
|
||||||
TEST_NO_TAG("vCard creation for existing friends", linphone_vcard_update_existing_friends_test),
|
TEST_NO_TAG("vCard creation for existing friends", linphone_vcard_update_existing_friends_test),
|
||||||
TEST_NO_TAG("vCard phone numbers and SIP addresses", linphone_vcard_phone_numbers_and_sip_addresses),
|
TEST_NO_TAG("vCard phone numbers and SIP addresses", linphone_vcard_phone_numbers_and_sip_addresses),
|
||||||
#ifdef SQLITE_STORAGE_ENABLED
|
#ifdef SQLITE_STORAGE_ENABLED
|
||||||
TEST_ONE_TAG("Friends working if no db set", friends_if_no_db_set, "LeaksMemory"),
|
TEST_NO_TAG("Friends working if no db set", friends_if_no_db_set),
|
||||||
TEST_ONE_TAG("Friends storage migration from rc to db", friends_migration, "LeaksMemory"),
|
TEST_NO_TAG("Friends storage migration from rc to db", friends_migration),
|
||||||
TEST_NO_TAG("Friends storage in sqlite database", friends_sqlite_storage),
|
TEST_NO_TAG("Friends storage in sqlite database", friends_sqlite_storage),
|
||||||
#endif
|
#endif
|
||||||
TEST_NO_TAG("CardDAV clean", carddav_clean), // This is to ensure the content of the test addressbook is in the correct state for the following tests
|
TEST_NO_TAG("CardDAV clean", carddav_clean), // This is to ensure the content of the test addressbook is in the correct state for the following tests
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue