aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2016-01-28 18:38:37 +0100
committerLukas Fleischer <lfleischer@calcurse.org>2016-01-28 18:40:46 +0100
commite4911097186b2da25318bd62e6f79010690314b9 (patch)
tree6f529dad59d14473785ce46887ad2e31d78293bb
parent03c4465baf3b348de3afc5fd873d417ae4887def (diff)
downloadcalcurse-e4911097186b2da25318bd62e6f79010690314b9.tar.gz
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>
-rwxr-xr-xtest/ical-001.sh2
-rwxr-xr-xtest/ical-004.sh2
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"