From 8d85a58a268644ecabaddb3cd12f8beb39d13962 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 28 Aug 2017 07:27:08 +0200 Subject: ical-002: Fix broken test In the expected output, the punctual appointment (lasting one second in the iCal data) was missing. The test was not failing because calcurse did not print the missing item due to a bug. This bug was fixed by 7924315 (Fix support for punctual appointments at 00:00, 2017-08-28), making the test case fail. Fix the test case as well such that everything behaves as expected again. Signed-off-by: Lukas Fleischer --- test/ical-002.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/ical-002.sh b/test/ical-002.sh index fabde90..81ed1f1 100755 --- a/test/ical-002.sh +++ b/test/ical-002.sh @@ -21,6 +21,8 @@ Import process report: 0036 lines read One hour, one minute and one second - 00:00 -> 00:01 One minute and one second + - 00:00 -> 00:00 + One second 01/02/00: - ..:.. -> 01:01 -- cgit v1.2.3-54-g00ecf