mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
This allows us to have more complex test files where an action is taken, then we test something, then another action is taken, etc. Changes to test files are required so that URL is defined after all the required settings are set. Changes to the result files are either whitespace changes due to above logic changes, or printing out a SQL Result header before each result. I figured it was useful.
19 lines
457 B
Plaintext
19 lines
457 B
Plaintext
#
|
|
# Test the MKCOL which Chandler does at this point in it's
|
|
# search for understanding
|
|
#
|
|
TYPE=MKCOL
|
|
|
|
HEADER=Chandler/0.7alpha4 (Linux)
|
|
HEAD
|
|
|
|
URL=http://regression.host/caldav.php/user1/home/.ce7ad224-8288-11db-ec28-b49a13ab0e46.tmp/
|
|
|
|
#
|
|
# Query to confirm we got it
|
|
QUERY
|
|
SELECT user_no, parent_container, dav_name, dav_etag, dav_displayname, is_calendar
|
|
FROM collection
|
|
WHERE dav_name = '/user1/home/.ce7ad224-8288-11db-ec28-b49a13ab0e46.tmp/'
|
|
ENDQUERY
|