davical/testing/tests/regression-suite/0306-Chandler-DELETE-1.test
2010-04-29 11:21:05 +12:00

19 lines
455 B
Plaintext

#
# Test the DELETE of the collection which Chandler does at
# this point in it's search for understanding
#
TYPE=DELETE
URL=http://mycaldav/caldav.php/user1/home/.ce7ad224-8288-11db-ec28-b49a13ab0e46.tmp/
HEADER=Chandler/0.7alpha4 (Linux)
HEAD
#
# Query to confirm we got rid of it
QUERY
SELECT 'Count of matching calendars (should be 0)', count(1)
FROM collection
WHERE dav_name = '/user1/home/.ce7ad224-8288-11db-ec28-b49a13ab0e46.tmp/'
ENDQUERY