summaryrefslogtreecommitdiffstats
path: root/libkcal/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* libkcal tests: small improvement to cmake code to avoid having to escape quotes.Slávek Banko2019-04-011-2/+2
| | | | | | Signed-off-by: Slávek Banko <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 309e91d9d69d2fdf3ad1280688e41247621e8388)
* Disabled libical tests if libical version is less than 1.0.Michele Calgaro2019-04-011-0/+6
| | | | | | | | | On old libical versions, DST change date is wrong and this would fail some of the tests. This is not a bug in TDE but in old libical libraries. Starting from libical 1.0, the bug seems to have been fixed. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b1b5ff52bea5c734e3f0d77a0a08aff4037fcc5d)
* Fixed bug in libkcal related to timezones in DT field.Michele Calgaro2019-04-011-3/+5
| | | | | | | | Fixed execution of libkcal tests. This resolves bug 2719. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 48af72cbe8a4f0cc22de3e2ceda5db47ca922759)
* Fixed building of libkcal tests. Some of the tests still fails whenMichele Calgaro2019-04-011-0/+82
executed. This relates to bug 2719. Special thanks to Emanoil Kotsev <[email protected]> for providing an inital patch for the same bug, from which I reused a small section of code. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ce47e20ed3f172bb04a2d4055a9326fec1c879b0)