#
# 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
ENDDATA
REPLACE=/"[0-9a-f]{32}"<.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