Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
63a74d3b
Commit
63a74d3b
authored
Oct 17, 2017
by
Ronan
Browse files
fix(EventsDbTester): remove import...
parent
249b7c0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tester/events-db-tester.cpp
View file @
63a74d3b
...
...
@@ -38,8 +38,6 @@ static const string getDatabasePath () {
static
void
open_database
()
{
MainDb
eventsDb
;
BC_ASSERT_TRUE
(
eventsDb
.
connect
(
MainDb
::
Sqlite3
,
getDatabasePath
()));
eventsDb
.
import
(
AbstractDb
::
Backend
::
Sqlite3
,
"/home/rabhamon/.local/share/linphone/message-history.db"
);
}
static
void
get_events_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