diff --git a/tester/call_tester.c b/tester/call_tester.c index f0f44eb0293e72a8a324607ad018ba1bbd0ea2e4..d3601279d502e731a3a259eb1b4af318bd9ed93e 100644 --- a/tester/call_tester.c +++ b/tester/call_tester.c @@ -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), diff --git a/tester/message_tester.c b/tester/message_tester.c index bb10f038f5807101f910dd7d5e03ff6389ae3da6..984f0dfab3e1aa2eb2df3900c35a8e5f82eb24e2 100644 --- a/tester/message_tester.c +++ b/tester/message_tester.c @@ -23,7 +23,7 @@ #include "liblinphone_tester.h" #include "lime.h" -#ifdef MSG_STORAGE_ENABLED +#ifdef SQLITE_STORAGE_ENABLED #include #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),