mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-21 09:20:47 +00:00
We don't really care about the ctag in this test, and the ctag for user1 will change from test run to test run.
24 lines
504 B
Plaintext
24 lines
504 B
Plaintext
#
|
|
# PROPFIND to find the collections user4 has access to
|
|
# - ctag returned
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://regression.host/caldav.php
|
|
AUTH=user4:user4
|
|
|
|
HEADER=User-Agent: BIND Spec Tests
|
|
HEADER=Content-Type: text/xml; charset="UTF-8"
|
|
HEADER=Depth: 2
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<D:propfind xmlns:D="DAV:" xmlns:cs="http://calendarserver.org/ns/">
|
|
<D:prop>
|
|
<cs:getctag/>
|
|
</D:prop>
|
|
</D:propfind>
|
|
ENDDATA
|
|
|
|
REPLACE=_<C:getctag>"[0-9a-f]+"</C:getctag>_<C:getctag>"XX"</C:getctag>_
|