Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblinphone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
liblinphone
Commits
71125c17
Commit
71125c17
authored
Jun 14, 2016
by
Sylvain Berfini
🎩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace old MSG_STORAGE_ENABLED and CALL_LOGS_STORAGE_ENABLED by SQL_STORAGE_ENABLED
parent
e962f84b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
call_tester.c
tester/call_tester.c
+2
-2
message_tester.c
tester/message_tester.c
+3
-3
No files found.
tester/call_tester.c
View file @
71125c17
...
...
@@ -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
),
...
...
tester/message_tester.c
View file @
71125c17
...
...
@@ -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
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment