mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix(EventsDbTester): remove import...
This commit is contained in:
parent
249b7c0ee9
commit
63a74d3ba8
1 changed files with 0 additions and 2 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue