mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
This allows us to have more complex test files where an action is taken, then we test something, then another action is taken, etc. Changes to test files are required so that URL is defined after all the required settings are set. Changes to the result files are either whitespace changes due to above logic changes, or printing out a SQL Result header before each result. I figured it was useful.
28 lines
738 B
Plaintext
28 lines
738 B
Plaintext
#
|
|
# Do a PROPFIND request
|
|
TYPE=PROPFIND
|
|
HEAD
|
|
AUTH=user5:user5
|
|
|
|
HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4pre) Gecko/20090324 Calendar/1.0pre
|
|
HEADER=Accept: text/xml
|
|
HEADER=Accept-Language: en-us,en;q=0.5
|
|
HEADER=Accept-Charset: utf-8,*;q=0.1
|
|
HEADER=Content-Type: text/xml; charset=utf-8
|
|
HEADER=Depth: 0
|
|
|
|
BEGINDATA
|
|
<D:propfind xmlns:D="DAV:" xmlns:CS="http://calendarserver.org/ns/">
|
|
<D:prop>
|
|
<D:resourcetype/>
|
|
<D:owner/>
|
|
<CS:getctag/>
|
|
</D:prop>
|
|
</D:propfind>
|
|
ENDDATA
|
|
|
|
REPLACE=!<C1:getctag>"[a-z0-9]+"</C1:getctag>!<C1:getctag>"Looks like a good CTAG to me :-)"</C1:getctag>!
|
|
REPLACE=!^ETag: "[a-z0-9]+"!ETag: "Looks like a good ETAG to me :-)"!
|
|
|
|
URL=http://regression.host/caldav.php/user5/home/
|