mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-21 14:59:34 -04:00
[EGD-5317] Module-db UT solved
Vfs init. Convertion time string to unix time returns 1 hour later than should. DatabaseInitializer stub that just creates empty dbs with table structure but without data. Notification table initial records moved to Database Initilize section. UT run with a stub of Database Initialize - new test section introduced to test original initializer: test-initializer. Added missing data for contacts db to run the sorted list test and test fix.
This commit is contained in:
committed by
Radoslaw Wicik
parent
ff21816259
commit
cafeb52103
@@ -8,6 +8,7 @@
|
||||
#include "Database/Database.hpp"
|
||||
#include "Databases/NotesDB.hpp"
|
||||
#include <purefs/filesystem_paths.hpp>
|
||||
#include <vfs.hpp>
|
||||
|
||||
TEST_CASE("Notes Table tests")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user