diff --git a/inc/caldav-PUT-functions.php b/inc/caldav-PUT-functions.php index f9c10ea1..42dc449e 100644 --- a/inc/caldav-PUT-functions.php +++ b/inc/caldav-PUT-functions.php @@ -1292,7 +1292,6 @@ function write_attendees( $dav_id, vCalendar $ical ) { * @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 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 string $weak_etag An etag that is NOT modified on ATTENDEE changes for this event * diff --git a/testing/tests/scheduling/3020-PUT-iCal-no-attendees.test b/testing/tests/scheduling/3020-PUT-iCal-no-attendees.test index f1ff4b66..6f816db1 100644 --- a/testing/tests/scheduling/3020-PUT-iCal-no-attendees.test +++ b/testing/tests/scheduling/3020-PUT-iCal-no-attendees.test @@ -1,5 +1,5 @@ # -# PUT an event with attendees +# PUT an event without attendees # TYPE=PUT URL=http://regression.host/caldav.php/manager1/home/E1A13F04-iCal-schedule.ics diff --git a/testing/tests/scheduling/3027-PUT-iCal-with-attendees.test b/testing/tests/scheduling/3027-PUT-iCal-with-attendees.test index d06a4b8d..7954f17a 100644 --- a/testing/tests/scheduling/3027-PUT-iCal-with-attendees.test +++ b/testing/tests/scheduling/3027-PUT-iCal-with-attendees.test @@ -1,5 +1,5 @@ # -# PUT an event with attendees +# PUT an event with attendees (organizer postpones meeting) # TYPE=PUT URL=http://regression.host/caldav.php/manager1/home/E1A13F04-iCal-schedule.ics diff --git a/testing/tests/scheduling/3029-DELETE-reply.test b/testing/tests/scheduling/3029-DELETE-reply.test index cac5837a..370d4a69 100644 --- a/testing/tests/scheduling/3029-DELETE-reply.test +++ b/testing/tests/scheduling/3029-DELETE-reply.test @@ -10,7 +10,7 @@ HEAD 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 SELECT dav_name FROM calendar_item diff --git a/testing/tests/scheduling/3033-DELETE-organizer-event.test b/testing/tests/scheduling/3033-DELETE-organizer-event.test index 12b13916..5fa955fe 100644 --- a/testing/tests/scheduling/3033-DELETE-organizer-event.test +++ b/testing/tests/scheduling/3033-DELETE-organizer-event.test @@ -21,6 +21,7 @@ ENDDOSQL # 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 iTIP message in the managers's inbox. +# FIXME: this is not what .result looks like... QUERY SELECT calendar_item.dav_name, caldav_data.caldav_data