mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-04 18:22:26 +00:00
add test for specific ics and query in issue#1812
Signed-off-by: David Greaves <david@dgreaves.com>
This commit is contained in:
parent
db646d4b24
commit
01bcc7d009
2 changed files with 142 additions and 0 deletions
|
@ -207,6 +207,19 @@ permissions: RrWw""")
|
|||
1
|
||||
)
|
||||
|
||||
def test_report_with_expand_property_issue1812(self) -> None:
|
||||
"""Test report with expand property for issue 1812"""
|
||||
self._test_expand(
|
||||
"event_issue1812",
|
||||
"20250627T183000Z",
|
||||
"20250627T183001Z",
|
||||
["RECURRENCE-ID:20250627T180000Z"],
|
||||
["DTSTART:20250627T180000Z"],
|
||||
[],
|
||||
CONTAINS_TIMES,
|
||||
1
|
||||
)
|
||||
|
||||
def test_report_with_expand_property_all_day_event(self) -> None:
|
||||
"""Test report with expand property for all day events"""
|
||||
self._test_expand(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue