From e089a84b306ef09667752b910d87538043140042 Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Tue, 6 Jun 2023 15:54:11 +0700 Subject: engine-eds: fix retrieving custom alarm sound path ECal 2.0 returns the list of attachments as a GSList (a singly linked list). I'm not sure why, but the logic for iterating the list is completely incorrect. Fixing that fixes custom alarm sound. A test is added to catch this case. Bug-UBports: https://gitlab.com/ubports/development/apps/lomiri-clock-app/-/issues/183 --- tests/test-eds-ics-alarm-custom-sound.ics.in | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tests/test-eds-ics-alarm-custom-sound.ics.in (limited to 'tests/test-eds-ics-alarm-custom-sound.ics.in') diff --git a/tests/test-eds-ics-alarm-custom-sound.ics.in b/tests/test-eds-ics-alarm-custom-sound.ics.in new file mode 100644 index 0000000..5354a71 --- /dev/null +++ b/tests/test-eds-ics-alarm-custom-sound.ics.in @@ -0,0 +1,32 @@ +BEGIN:VCALENDAR +CALSCALE:GREGORIAN +PRODID:-//Ximian//NONSGML Evolution Calendar//EN +VERSION:2.0 +X-EVOLUTION-DATA-REVISION:2023-06-06T17:25:48.265942Z(42) +BEGIN:VTODO +UID:882a6a702f87a3afde203e5609d2626ba144a3c2 +DTSTAMP:20230606T172548Z +DTSTART:20230607T165701 +PRIORITY:0 +SUMMARY:Alarm +CATEGORIES:x-lomiri-alarm +SEQUENCE:1 +LAST-MODIFIED:20230606T172548Z +BEGIN:VALARM +X-EVOLUTION-ALARM-UID:eceda45c7493b76e41cdb2369ce8160b75e53f98 +ACTION:AUDIO +TRIGGER;RELATED=START:PT0S +REPEAT:0 +DURATION:PT0S +ATTACH:file:///usr/share/sounds/lomiri/ringtones/Entropy.ogg +END:VALARM +BEGIN:VALARM +X-EVOLUTION-ALARM-UID:8eec04befc2876fb13a6726181fed33b9f7810c8 +ACTION:DISPLAY +DESCRIPTION:Alarm +TRIGGER;RELATED=START:PT0S +REPEAT:0 +DURATION:PT0S +END:VALARM +END:VTODO +END:VCALENDAR -- cgit v1.2.3