mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-18 01:31:21 +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.
23 lines
536 B
Plaintext
23 lines
536 B
Plaintext
#
|
|
# Now DELETE's the cancelation reply in the Manager's .in
|
|
#
|
|
TYPE=DELETE
|
|
|
|
HEADER=User-Agent: DAVKit/4.0.3 (732.2); CalendarStore/4.0.4 (997.7); iCal/4.0.4 (1395.7); Mac OS X/10.6.8 (10K549)
|
|
HEAD
|
|
|
|
AUTH=manager1:manager1
|
|
|
|
URL=http://regression.host/manager1/.in/user1E1A13F04-iCal-schedule.ics
|
|
|
|
#
|
|
# Query to confirm we got rid of it. There should only be one
|
|
# lonely meeting in the manager's calendar (which has been declined).
|
|
QUERY
|
|
SELECT dav_name
|
|
FROM calendar_item
|
|
WHERE uid = 'E1A13F04-iCal-schedule'
|
|
ORDER BY dav_id
|
|
ENDQUERY
|
|
|