mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
38 lines
884 B
Plaintext
38 lines
884 B
Plaintext
#
|
|
# not-defined REPORT
|
|
#
|
|
# Regression test for https://gitlab.com/davical-project/davical/-/issues/279
|
|
#
|
|
# Returns nothing, but at least we don't get a fatal error now.
|
|
# XXX: Changed to be a test that returns records
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://regression.host/caldav.php/user1/home/
|
|
HEADER=Content-Type: text/xml; charset="UTF-8"
|
|
HEADER=Depth: 0
|
|
HEAD
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
<C:calendar-query xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
|
<D:prop>
|
|
<C:calendar-data/>
|
|
</D:prop>
|
|
<C:filter>
|
|
<C:comp-filter name="VCALENDAR">
|
|
<C:comp-filter name="VTODO">
|
|
<C:prop-filter name="COMPLETED">
|
|
<C:is-not-defined/>
|
|
</C:prop-filter>
|
|
<C:prop-filter name="STATUS">
|
|
<C:is-not-defined/>
|
|
</C:prop-filter>
|
|
</C:comp-filter>
|
|
</C:comp-filter>
|
|
</C:filter>
|
|
</C:calendar-query>
|
|
ENDDATA
|
|
|
|
|