aboutsummaryrefslogtreecommitdiffstats
path: root/test/ical-006.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix parallelized test runsLukas Fleischer2020-10-131-5/+5
| | | | | | | Do not share a common temporary directory between different test cases. Reported-by: Tomasz Kłoczko <kloczko.tomasz@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
* Improve ical import loggingLars Henriksen2020-03-221-1/+1
| | | | | | | | | The log file is not deleted if items were skipped (adresses Github issue #269). The log file includes the import file name and time. The import line numbers have been corrected (and tests amended). Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
* Fix tests to match the new item orderingLukas Fleischer2016-02-181-10/+10
| | | | Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
* Correctly parse all types of iCal durationsLukas Fleischer2014-08-181-0/+43
This was supposed to be fixed in 6ca2535 (ical.c: Simplify and fix ical_durtime2long(), 2014-07-28) but some cases were not covered. Reported-by: Håkan Jerning <jerning@home.se> Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>