diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-28 18:38:37 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-28 18:40:46 +0100 |
commit | e4911097186b2da25318bd62e6f79010690314b9 (patch) | |
tree | 6f529dad59d14473785ce46887ad2e31d78293bb /test | |
parent | 03c4465baf3b348de3afc5fd873d417ae4887def (diff) | |
download | calcurse-e4911097186b2da25318bd62e6f79010690314b9.zip |
Fix two iCal import tests
When importing iCal files, VTODO entries without an priority are now
imported with undefined priority (internally represented as zero), not
with lowest priority 9.
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'test')
-rwxr-xr-x | test/ical-001.sh | 2 | ||||
-rwxr-xr-x | test/ical-004.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ical-001.sh b/test/ical-001.sh index a1cfba3..f0e49ff 100755 --- a/test/ical-001.sh +++ b/test/ical-001.sh @@ -21,7 +21,7 @@ Import process report: 0017 lines read - ..:.. -> 09:18 Calibrator's to do: -9. Nary parabled Louvre's fleetest mered +0. Nary parabled Louvre's fleetest mered EOD else ./run-test "$0" diff --git a/test/ical-004.sh b/test/ical-004.sh index a804a1e..877a917 100755 --- a/test/ical-004.sh +++ b/test/ical-004.sh @@ -21,7 +21,7 @@ Import process report: 0017 lines read - ..:.. -> 09:18 Calibrator's to do: -9. Nary parabled Louvre's fleetest mered +0. Nary parabled Louvre's fleetest mered EOD else ./run-test "$0" |