kolaente
7e7d168e45
test(caldav): add VTODO field round-trip tests (RFC 5545 §3.6.2)
...
Adds comprehensive round-trip tests for VTODO properties:
- Core fields: SUMMARY, DESCRIPTION, DUE, DTSTART, PRIORITY, COMPLETED, STATUS, CATEGORIES
- VALARM: absolute, relative-to-start, relative-to-end triggers
- COLOR via X-APPLE-CALENDAR-COLOR
- RRULE: DAILY, WEEKLY, MONTHLY frequencies
- Priority mapping: all 9 CalDAV levels including lossy mappings
- DURATION and DTSTART+DUE interaction
2026-04-02 11:34:55 +00:00
kolaente
0ca7c0dd01
test(caldav): add relation and subtask tests (RFC 5545 §3.8.4.5)
2026-04-02 11:34:55 +00:00
kolaente
7830a9c3ea
test(caldav): add client compatibility and bug reproduction tests
2026-04-02 11:34:55 +00:00
kolaente
160fc9c01f
test(caldav): add sync semantics tests (ETag, CTag, conditional requests)
2026-04-02 11:34:55 +00:00
kolaente
738bfa33af
test(caldav): add authentication and permission tests
2026-04-02 11:34:55 +00:00
kolaente
fecd6d6a1d
test(caldav): add CRUD operation tests (RFC 4791 §5.3.2)
2026-04-02 11:34:55 +00:00
kolaente
c0a9356646
test(caldav): add REPORT query tests (RFC 4791 §7.8, §7.9)
2026-04-02 11:34:55 +00:00
kolaente
56ead32dca
test(caldav): add discovery flow tests (RFC 6764, RFC 5397, RFC 4791)
2026-04-02 11:34:55 +00:00
kolaente
ebedd312c1
test(caldav): add PROPFIND tests (RFC 4918 §9.1)
2026-04-02 11:34:55 +00:00
kolaente
e2478e2fd6
test(caldav): add caldavtests package with infrastructure, helpers, and mage target
...
- Package skeleton with TestMain, setupTestEnv, and fixture users
- HTTP request helpers (PROPFIND, REPORT, GET, PUT, DELETE, OPTIONS)
- XML/iCal response parsers and assertion utilities
- VTodoBuilder for constructing test VTODO payloads
- Common PROPFIND/REPORT XML body constants
- Smoke test validating the infrastructure works end-to-end
- mage test:caldav command and CI matrix entry
2026-04-02 11:34:55 +00:00