bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50749: 28.0.50; three gnus-icalendar issues w.r.t. RFC5546 and party


From: Lars Ingebrigtsen
Subject: bug#50749: 28.0.50; three gnus-icalendar issues w.r.t. RFC5546 and party crashers
Date: Fri, 01 Oct 2021 14:15:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Alexandre Duret-Lutz <adl@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@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]