mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +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.
12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
#
|
|
# PUT a recurring event that we can check we can/can't see at appropriate dates
|
|
#
|
|
TYPE=PUT
|
|
HEADER=User-Agent: CalDavSynchronizer/4.4
|
|
HEADER=Content-Type: text/calendar; charset=utf-8
|
|
HEAD
|
|
#
|
|
DATA=2700-DDAY-PUT.ics
|
|
|
|
URL=http://regression.host/caldav.php/user1/home/2700-DDAY-PUT.ics
|