# # Check for support of PROPPATCH method # # Try (and fail) to set the collection to be both an addressbook and a calendar. # TYPE=PROPPATCH URL=http://regression.host/caldav.php/user1/home/ HEADER=User-agent: SpecTest PROPPATCH HEADER=Content-type: text/xml HEAD BEGINDATA ENDDATA QUERY SELECT dav_displayname, is_calendar, is_addressbook, resourcetypes, modified > (current_timestamp - '5 minutes'::interval) AS changed_last_5m FROM collection WHERE dav_name = '/user1/home/'; ENDQUERY