~aw/ubuntu/lucid/davical/trunk

« back to all changes in this revision

Viewing changes to testing/tests/regression-suite/523-iCal-PROPFIND.test

  • Committer: Bazaar Package Importer
  • Author(s): Andrew McMillan
  • Date: 2009-04-11 00:08:31 UTC
  • Revision ID: james.westby@ubuntu.com-20090411000831-zc97ye8hni3ozfzm
Tags: 0.9.6.3
* General bug fixing.
* Added Italian locale from Alessandro De Zorzi
* Adjust timezone handling in regression testing (Markus Warg).
* Many fixes to caldav-client from Michael Rasmussen.
* Update caldav-client to use direct socket IO from Andres Obrero.
* Added dummy handler for POST CANCEL events for iCal compatibilty (Wolfgang Herget).
* Support usernames with spaces or punctuation.
* Correct errors in handling confidential events.
* Improved response to GET for calendar with a single event.
* Documentation corrections.
* Remove the misguided hide_todo configuration option.
* Fix a bug in hiding alarms.
* Deprecate 'collections_always_exist' config option and restrict it's scope.
* Updated French translation.
* Updated relational integrity constraints.
* Fix database versioning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Testing with a process similar to iCal 10.5
 
3
#
 
4
TYPE=PROPFIND
 
5
URL=http://mycaldav/caldav.php/user2
 
6
HEAD
 
7
 
 
8
AUTH=user2:user2
 
9
 
 
10
HEADER=User-Agent: DAVKit/3.0.6 (653); CalendarStore/3.0.6 (847); iCal/3.0.6 (1273); Mac OS X/10.5.6 (9G55)
 
11
HEADER=Content-Type: text/xml
 
12
HEADER=Depth: 0
 
13
 
 
14
BEGINDATA
 
15
<?xml version="1.0" encoding="utf-8"?>
 
16
<x0:propfind xmlns:x2="http://calendarserver.org/ns/" xmlns:x1="urn:ietf:params:xml:ns:caldav" xmlns:x0="DAV:">
 
17
 <x0:prop>
 
18
  <x1:calendar-home-set/>
 
19
  <x1:calendar-user-address-set/>
 
20
  <x1:schedule-inbox-URL/>
 
21
  <x1:schedule-outbox-URL/>
 
22
  <x2:dropbox-home-URL/>
 
23
  <x2:notifications-URL/>
 
24
  <x0:displayname/>
 
25
 </x0:prop>
 
26
</x0:propfind>
 
27
ENDDATA