From e4911097186b2da25318bd62e6f79010690314b9 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 28 Jan 2016 18:38:37 +0100 Subject: 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 --- test/ical-001.sh | 2 +- test/ical-004.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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" -- cgit v1.2.3