GNU bug report logs -
#50749
28.0.50; three gnus-icalendar issues w.r.t. RFC5546 and party crashers
Previous Next
Reported by: Alexandre Duret-Lutz <adl <at> lrde.epita.fr>
Date: Thu, 23 Sep 2021 07:49:01 UTC
Severity: normal
Tags: patch
Found in version 28.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #35 received at 50749 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> I forgot to check whether there were any test regressions.
Sorry, I should have known better a looked for that.
> gnus-icalendar-parse fails, but the following change makes it pass.
>
> I'm not very familiar with this code -- was this change intended?
>
> diff --git a/test/lisp/gnus/gnus-icalendar-tests.el b/test/lisp/gnus/gnus-icalendar-tests.el
> index 90c3a34a5c..61fe9701fe 100644
> --- a/test/lisp/gnus/gnus-icalendar-tests.el
> +++ b/test/lisp/gnus/gnus-icalendar-tests.el
> @@ -103,7 +103,7 @@ gnus-icalendar-parse
> (should (string= (format-time-string "%Y-%m-%d %H:%M" end-time) "2020-12-08 16:00"))
> (should (string= uid "iipdt88slddpeu7hheuu09sfmd <at> google.com"))
> (should (not rsvp))
> - (should (eq participation-type 'non-participant))))
> + (should (eq participation-type 'required))))
> (setenv "TZ" tz))))
Reading the test case, it looks like an event that does not list any
attendee. So I'd expect 'non-participant.
Looks my third patch is wrong then.
In
(let* (...
(role (or (plist-get (cadr attendee) 'ROLE) "REQ-PARTICIPANT"))
I meant to set REQ-PARTICIPANT only when the attendee list is non-empty
but the 'ROLE property is not found (= I have been listed as an attendee
of the event without being given a role). But the above code will set
REQ-PARTICIPANT even if attendee is empty (= I'm not listed, as in the
test case).
Let me learn from my mistake and see if I can find how to run these tests
and add a test case for for what I intended to fix.
This bug report was last modified 3 years and 237 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.