Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0306-Chandler-DELETE-1.test
blobcfcb7e90df1f5c9a73df8f4b6c4e716adbbb5409
2 # Test the DELETE of the collection which Chandler does at
3 # this point in it's search for understanding
5 TYPE=DELETE
6 URL=http://regression.host/caldav.php/user1/home/.ce7ad224-8288-11db-ec28-b49a13ab0e46.tmp/
8 HEADER=Chandler/0.7alpha4 (Linux)
9 HEAD
12 # Query to confirm we got rid of it
13 QUERY
14 SELECT 'Count of matching calendars (should be 0)', count(1)
15   FROM collection
16  WHERE dav_name = '/user1/home/.ce7ad224-8288-11db-ec28-b49a13ab0e46.tmp/'
17 ENDQUERY