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
View this message in rfc822 format
Alexandre Duret-Lutz <adl <at> lrde.epita.fr> writes:
>> Great! I'll mark this bug as "pending" as in "to be applied when the
>> paperwork is done".
>
> Assignment is now on file.
I forgot to check whether there were any test regressions.
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))))
(ert-deftest gnus-icalendary-byday ()
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
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.