mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Replace old MSG_STORAGE_ENABLED and CALL_LOGS_STORAGE_ENABLED by SQL_STORAGE_ENABLED
This commit is contained in:
parent
e962f84b36
commit
71125c17d5
2 changed files with 5 additions and 5 deletions
|
|
@ -5994,7 +5994,7 @@ end:
|
|||
}
|
||||
|
||||
|
||||
#ifdef CALL_LOGS_STORAGE_ENABLED
|
||||
#ifdef SQLITE_STORAGE_ENABLED
|
||||
|
||||
static void call_logs_if_no_db_set(void) {
|
||||
LinphoneCoreManager* marie = linphone_core_manager_new("marie_rc");
|
||||
|
|
@ -6615,7 +6615,7 @@ test_t call_tests[] = {
|
|||
TEST_NO_TAG("Call with RTP IO mode", call_with_rtp_io_mode),
|
||||
TEST_NO_TAG("Call with generic NACK RTCP feedback", call_with_generic_nack_rtcp_feedback),
|
||||
TEST_NO_TAG("Call with complex late offering", call_with_complex_late_offering),
|
||||
#ifdef CALL_LOGS_STORAGE_ENABLED
|
||||
#ifdef SQLITE_STORAGE_ENABLED
|
||||
TEST_NO_TAG("Call log working if no db set", call_logs_if_no_db_set),
|
||||
TEST_NO_TAG("Call log storage migration from rc to db", call_logs_migrate),
|
||||
TEST_NO_TAG("Call log storage in sqlite database", call_logs_sqlite_storage),
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
#include "liblinphone_tester.h"
|
||||
#include "lime.h"
|
||||
|
||||
#ifdef MSG_STORAGE_ENABLED
|
||||
#ifdef SQLITE_STORAGE_ENABLED
|
||||
#include <sqlite3.h>
|
||||
#endif
|
||||
|
||||
|
|
@ -1094,7 +1094,7 @@ static void lime_unit(void) {
|
|||
|
||||
#endif /* HAVE_LIME */
|
||||
|
||||
#ifdef MSG_STORAGE_ENABLED
|
||||
#ifdef SQLITE_STORAGE_ENABLED
|
||||
|
||||
/*
|
||||
* Copy file "from" to file "to".
|
||||
|
|
@ -1800,7 +1800,7 @@ test_t message_tests[] = {
|
|||
TEST_NO_TAG("Lime transfer message without encryption", lime_transfer_message_without_encryption),
|
||||
TEST_NO_TAG("Lime unitary", lime_unit),
|
||||
#endif /* HAVE_LIME */
|
||||
#ifdef MSG_STORAGE_ENABLED
|
||||
#ifdef SQLITE_STORAGE_ENABLED
|
||||
TEST_NO_TAG("Database migration", database_migration),
|
||||
TEST_NO_TAG("History range", history_range),
|
||||
TEST_NO_TAG("History count", history_count),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue