[CalendarServer-changes] [6712] CalDAVTester/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Mon Jan 3 12:13:30 PST 2011
Revision: 6712
http://trac.macosforge.org/projects/calendarserver/changeset/6712
Author: cdaboo at apple.com
Date: 2011-01-03 12:13:25 -0800 (Mon, 03 Jan 2011)
Log Message:
-----------
Test \-sequences in ADR property.
Modified Paths:
--------------
CalDAVTester/trunk/scripts/tests/CardDAV/put.xml
Added Paths:
-----------
CalDAVTester/trunk/Resource/CardDAV/vcardput/11.vcf
Added: CalDAVTester/trunk/Resource/CardDAV/vcardput/11.vcf
===================================================================
--- CalDAVTester/trunk/Resource/CardDAV/vcardput/11.vcf (rev 0)
+++ CalDAVTester/trunk/Resource/CardDAV/vcardput/11.vcf 2011-01-03 20:13:25 UTC (rev 6712)
@@ -0,0 +1,12 @@
+BEGIN:VCARD
+VERSION:3.0
+N:Thompson;Default;;;
+FN:Default Thompson
+EMAIL;type=INTERNET;type=WORK;type=pref:lthompson at example.com
+TEL;type=WORK;type=pref:1-555-555-5555
+TEL;type=CELL:1-444-444-4444
+item1.ADR;type=WORK;type=pref:;;1245\, Test;Sesame Street, On
+ The Hill;California;11111;USA
+item1.X-ABADR:us
+UID:ED7A5AEC-AB19-4CE0-AD6A-2923A3E5C4EE:ABPerson
+END:VCARD
Modified: CalDAVTester/trunk/scripts/tests/CardDAV/put.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CardDAV/put.xml 2011-01-03 20:12:50 UTC (rev 6711)
+++ CalDAVTester/trunk/scripts/tests/CardDAV/put.xml 2011-01-03 20:13:25 UTC (rev 6712)
@@ -355,10 +355,10 @@
<description>PUT simple person contact</description>
<request end-delete='yes' print-response='yes'>
<method>PUT</method>
- <ruri>$addressbookpath1:/1.vcf</ruri>
+ <ruri>$addressbookpath1:/11.vcf</ruri>
<data>
<content-type>text/vcard; charset=utf-8</content-type>
- <filepath>Resource/CardDAV/vcardput/1.vcf</filepath>
+ <filepath>Resource/CardDAV/vcardput/11.vcf</filepath>
</data>
<verify>
<callback>statusCode</callback>
@@ -373,12 +373,12 @@
</request>
<request>
<method>GET</method>
- <ruri>$addressbookpath1:/1.vcf</ruri>
+ <ruri>$addressbookpath1:/11.vcf</ruri>
<verify>
<callback>calendarDataMatch</callback>
<arg>
<name>filepath</name>
- <value>Resource/CardDAV/vcardput/1.vcf</value>
+ <value>Resource/CardDAV/vcardput/11.vcf</value>
</arg>
</verify>
</request>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110103/d9fe8980/attachment.html>
More information about the calendarserver-changes
mailing list