mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-03 14:09:23 +00:00
Test 0555 issues an open-ended calendar-query (<time-range start="20090827T120000Z"/>, no end). Its expected result had baked in the previous buggy behaviour: two events dated 2011-10 (0544-gzip-PUT.ics and 0545-deflate-PUT.ics) were absent because they fall beyond the former expand_range_end cap of start + 730 days (2011-08-27), even though an absent end means +infinity (RFC 4791 §9.9) and both events match the range. With the fix they are correctly returned, so the fixture now includes both responses. This test thus doubles as the regression test for the fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>