Tests: test_pEpSQLite.cc - clean

LIB-12
heck 2 years ago
parent e741064461
commit ace39bb69d

@ -404,7 +404,7 @@ namespace pEp {
to_string(i) + "');");
// cout << "RESULT: " << endl << pEpSQLite::to_string(rs) << endl;
if (i % 2) {
if (rs.size() != 0) {
if (!rs.empty()) {
runtime_error e{ "Exception verifying database content" };
throw(e);
}

@ -51,7 +51,6 @@ namespace pEp {
pEpSQLite fixture_db_open_after_close();
// tables
pEpSQLite fixture_db_open_with_tables_of_new();
pEpSQLite fixture_db_open_with_tables_of_corrupt();
// content
pEpSQLite fixture_db_open_with_tables_and_content();
// delete

Loading…
Cancel
Save