~aw/ubuntu/lucid/davical/trunk

« back to all changes in this revision

Viewing changes to testing/tests/regression-suite/506-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:
63
63
SELECT caldav_data.user_no, caldav_type, logged_user, 
64
64
       uid, dtstamp, dtstart, dtend, due, summary, location,
65
65
       description, priority, class, transp, rrule, url,
66
 
       percent_complete, tz_id, status
 
66
       percent_complete, tz_id, status,
 
67
       caldav_data AS " CalDAV Data",
 
68
      ((current_timestamp AT TIME ZONE 'GMT' - last_modified) < '2 seconds'::interval) AS "~ Modified Now"
67
69
FROM caldav_data JOIN calendar_item USING(dav_name)
68
70
WHERE caldav_data.dav_etag =
69
71
'5f050eca5480bbebbe9428222570913d';