fix(EventsDbTester): remove import...

This commit is contained in:
Ronan Abhamon 2017-10-17 16:02:05 +02:00
parent 249b7c0ee9
commit 63a74d3ba8

View file

@ -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 () {