fix confusing comments

This commit is contained in:
Florian Schlichting 2017-10-03 23:21:30 +02:00
parent 8f16da75eb
commit 50dd8a8d73
5 changed files with 4 additions and 4 deletions

View File

@ -1292,7 +1292,6 @@ function write_attendees( $dav_id, vCalendar $ical ) {
* @param string $etag An etag unique for this event * @param string $etag An etag unique for this event
* @param string $put_action_type INSERT or UPDATE depending on what we are to do * @param string $put_action_type INSERT or UPDATE depending on what we are to do
* @param boolean $caldav_context True, if we are responding via CalDAV, false for other ways of calling this * @param boolean $caldav_context True, if we are responding via CalDAV, false for other ways of calling this
* @param string Either 'INSERT' or 'UPDATE': the type of action we are doing
* @param boolean $log_action Whether to log the fact that we are writing this into an action log (if configured) * @param boolean $log_action Whether to log the fact that we are writing this into an action log (if configured)
* @param string $weak_etag An etag that is NOT modified on ATTENDEE changes for this event * @param string $weak_etag An etag that is NOT modified on ATTENDEE changes for this event
* *

View File

@ -1,5 +1,5 @@
# #
# PUT an event with attendees # PUT an event without attendees
# #
TYPE=PUT TYPE=PUT
URL=http://regression.host/caldav.php/manager1/home/E1A13F04-iCal-schedule.ics URL=http://regression.host/caldav.php/manager1/home/E1A13F04-iCal-schedule.ics

View File

@ -1,5 +1,5 @@
# #
# PUT an event with attendees # PUT an event with attendees (organizer postpones meeting)
# #
TYPE=PUT TYPE=PUT
URL=http://regression.host/caldav.php/manager1/home/E1A13F04-iCal-schedule.ics URL=http://regression.host/caldav.php/manager1/home/E1A13F04-iCal-schedule.ics

View File

@ -10,7 +10,7 @@ HEAD
AUTH=manager1:manager1 AUTH=manager1:manager1
# #
# Query to confirm we got rid of it. There should be two now. # Query to confirm we got rid of it. There should be two now, plus the reponse in the managers schedule-inbox.
QUERY QUERY
SELECT dav_name SELECT dav_name
FROM calendar_item FROM calendar_item

View File

@ -21,6 +21,7 @@ ENDDOSQL
# Query to confirm we got rid of it. There should be two now: # Query to confirm we got rid of it. There should be two now:
# - An event in the manager's calendar, with a PARTSTART=DECLINED for user 1 # - An event in the manager's calendar, with a PARTSTART=DECLINED for user 1
# - An iTIP message in the managers's inbox. # - An iTIP message in the managers's inbox.
# FIXME: this is not what .result looks like...
QUERY QUERY
SELECT calendar_item.dav_name, SELECT calendar_item.dav_name,
caldav_data.caldav_data caldav_data.caldav_data