file db unit tests and fixes
This commit is contained in:
parent
a0d653fff7
commit
7fa51e906c
@ -58,7 +58,7 @@ protected:
|
||||
}
|
||||
};
|
||||
|
||||
using file_db_types = ::testing::Types<sqlite_file_db, rdb_file_db>;
|
||||
using file_db_types = ::testing::Types<rdb_file_db, sqlite_file_db>;
|
||||
|
||||
template <typename db_t> std::unique_ptr<app_config> file_db_test<db_t>::config;
|
||||
|
||||
|
@ -58,7 +58,7 @@ protected:
|
||||
}
|
||||
};
|
||||
|
||||
using file_mgr_db_types = ::testing::Types<sqlite_file_mgr_db, rdb_file_mgr_db>;
|
||||
using file_mgr_db_types = ::testing::Types<rdb_file_mgr_db, sqlite_file_mgr_db>;
|
||||
|
||||
template <typename db_t>
|
||||
std::unique_ptr<app_config> file_mgr_db_test<db_t>::config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user