Radoslaw Wicik
d4e5807ef7
[EGD-6643] Fix Alarm Record tests
...
Fix UT Alarm Record to work with WAL in SQLite.
2021-04-29 17:43:57 +02:00
Wiktor S. Ovalle Correa
10a2c37969
[EGD-3649] Fix paths in UT
...
Reorganization of assets left path in UT outdated.
2021-04-20 16:45:27 +02:00
Wiktor S. Ovalle Correa
3b141041e9
[EGD-5737] Merge master into experimental
...
Keep experimental up to date with changes from master
2021-02-17 17:09:37 +01:00
Lucjan Bryndza
a53bd826c6
[EGD-5737] Merge master into experimental
...
Keep experimental up to date with changes from master
2021-02-17 17:08:06 +01:00
Lucjan Bryndza
46f9cc7e10
[EGD-5737] Merge master into experimental
...
Keep experimental up to date with changes from master
2021-02-17 17:07:23 +01:00
Jakub Pyszczak
ff5ed529d3
[EGD-5163] Fix UT module-db
...
Convert module database tests to run natively on linux.
2021-02-17 17:05:31 +01:00
Jakub Pyszczak
5ad8a9bc65
[EGD-5145] Fix remove vfs include from UT
...
Deprecated vfs is no more accessible. Deleted old includes.
2021-02-17 17:02:15 +01:00
RobertPiet
cd1012669c
[EGD-5118] Settings api tests dependencies updated
...
Temporary test for ASAN error.
Stub Database introduced to cut the connection SettingsAgent to
sqlite for UT.
Settings ut moved to other directory - new target.
File_indexer UT fixed.
Alarms, Notes and Query UT missing initialization of vfs.
2021-02-04 16:45:50 +01:00
Borys Jelenski
b00efa685b
[EGD-5115] Fix dangling ptrs in module-db tests
...
The dangling ptrs derefencing freed memory has been fixed.
They caused the tests to trigger the ASan. Additonally, in some tests
where DB objects were allocated dynamically, they are now allocated
automatically on the stack to simplify the code.
2021-02-04 16:45:50 +01:00
Tomas Rogala
80768bf4a5
[EGD-4708] Add backend of multiday events handling
...
-sql req for multiday events handling
-Add UT
-Add markEventsInDays method
-Add new query for day filter
2021-01-26 06:34:12 +01:00
Hubert Chrzaniuk
fc5ab3a70c
[EGD-5325] Remove using namespace directives from headers
...
"Using namespace" directive should not be added in headers
because this practice pollutes source files.
2021-01-22 11:25:45 +01:00
jimmorrisson
6711e02bad
[EGD-4446] Change: new filesystem handling implementation in module db. ( #1052 )
...
Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module database. It also contains minor fixes in module-db.
2020-12-05 10:40:27 +01:00
KacperLewandowski
6533aba24e
[EGD-4073] Alarms database rework ( #1006 )
...
Adaptation to the query approach.
2020-11-26 12:27:57 +01:00
Radoslaw Wicik
2276ceed67
[EGD-3743] Update copyrights in fies
2020-10-20 12:55:10 +02:00
Radoslaw Wicik
61db889b18
[EGD-3428] Fix db interface functions names - Update Tests
2020-07-16 10:55:07 +02:00
Radoslaw Wicik
c2b8a33d4b
[EGD-3428] Fix db interface functions names - Database class
2020-07-16 10:55:07 +02:00
Marcin Smoczyński
37c5a5a1d8
db: disable test output to cout
...
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com >
2020-06-24 15:24:16 +02:00
Marcin Smoczyński
a9cb37d7f4
tests: add proper catch2 handling
...
Add proper catch2 support:
- add catch2 as a submodule
- add cmake function to add test easily
- discover each test in test binary
- remove copies of catch.hpp
- do not try to process tests for rt1051
Do not test internals of utf8, only public interface (nasty bugs could
occur otherwise).
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com >
2020-06-24 10:38:14 +02:00
Alek Rudnik
55ec93cccf
[EGD-2986] fixed module db UT ( #326 )
...
* [EGD-2986] fixed module db UT
* [EGD-2986] missing change
* []EGD-2986] add BD init check
* [EGD-2986] fix in threads table
2020-04-23 12:41:30 +02:00
Radoslaw Wicik
a8573a404c
Apply new style
2020-03-17 10:03:16 +01:00
Kuba
4046f4e324
Unit tests for Alarms database. Fixes and code cleanup for alarms database.
2019-07-16 14:48:12 +02:00
Kuba
0930ee0364
Working on database for Alarms.
2019-07-16 08:57:42 +02:00