~aw/ubuntu/lucid/davical/trunk

« back to all changes in this revision

Viewing changes to testing/tests/regression-suite/512-iCal-PUT.test

  • Committer: Bazaar Package Importer
  • Author(s): Andrew McMillan
  • Date: 2008-11-18 18:33:17 UTC
  • Revision ID: james.westby@ubuntu.com-20081118183317-8cbi6iy140mcnr4e
Tags: 0.9.6.2
* Fix creation of database when template1 has pl/pgsql installed.
* Improvements to regression testing.
* Switch to use iCalComponent object rather than iCalendar, in many cases.
* Calculate DTEND when it is not set according to RFC2445.
* Much improved XML namespace handling.
* Configuration setting to control whether I should see appointments where I
  am organizer/attendee, even if they are PRIVATE and not in my own calendar.
* Updated French translation (closes: #505861)
* Add facility to delete collections through the management interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
SELECT caldav_data.user_no, caldav_data.dav_etag, caldav_type, logged_user, 
62
62
       uid, dtstamp, dtstart, dtend, due, summary, location,
63
63
       description, priority, class, transp, rrule, url,
64
 
       percent_complete, tz_id, status
 
64
       percent_complete, tz_id, status,
 
65
       caldav_data AS " CalDAV Data",
 
66
      ((current_timestamp AT TIME ZONE 'GMT' - last_modified) < '2 seconds'::interval) AS "~ Modified Now"
65
67
FROM caldav_data JOIN calendar_item USING(dav_name)
66
68
WHERE caldav_data.dav_name =
67
69
'/user1/6E20BB7C-EFD9-4F0F-9BDC-5335E04D47E0/6C8A0D88-E1F9-4FC1-9EDD-DA258ABF2CFA.ics';