davical/testing/tests/carddav/2011-PROPFIND.test
2013-07-15 13:11:08 +12:00

31 lines
636 B
Plaintext

#
# PROPFIND on addressbook resource
# Depth 1 this time, and looking for getetag
#
TYPE=PROPFIND
URL=http://regression.host/caldav.php/user1/addressbook/
HEADER=User-Agent: DAViCalTester/public
HEADER=Content-Type: text/xml
HEADER=Depth: 1
# HEAD
BEGINDATA
<?xml version="1.0" encoding="UTF-8" ?>
<propfind xmlns="DAV:">
<prop>
<getetag/>
<getlastmodified/>
</prop>
</propfind>
ENDDATA
REPLACE=/<get.tag>"[0-9a-f]{32}"<.get.tag>/<get?tag>"deadbeefcafef00ddeadbeefcafefeed"<.get?tag>/
QUERY
SELECT count(1)
FROM collection LEFT JOIN caldav_data USING(collection_id)
WHERE collection.dav_name = '/user1/addressbook/'
ENDQUERY