[CalendarServer-changes] [14743] CalDAVTester/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon May 4 12:09:51 PDT 2015


Revision: 14743
          http://trac.calendarserver.org//changeset/14743
Author:   cdaboo at apple.com
Date:     2015-05-04 12:09:51 -0700 (Mon, 04 May 2015)
Log Message:
-----------
Another default DAV:displayname fix.

Modified Paths:
--------------
    CalDAVTester/trunk/Resource/CalDAV/expandproperty/5.xml
    CalDAVTester/trunk/Resource/CalDAV/expandproperty/6.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/expandproperty.xml

Modified: CalDAVTester/trunk/Resource/CalDAV/expandproperty/5.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/expandproperty/5.xml	2015-05-04 18:34:09 UTC (rev 14742)
+++ CalDAVTester/trunk/Resource/CalDAV/expandproperty/5.xml	2015-05-04 19:09:51 UTC (rev 14743)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <D:expand-property xmlns:D="DAV:">
 	<D:property name="details1">
-		<D:property name="displayname"/>
+		<D:property name="resourcetype"/>
 	</D:property>
 </D:expand-property>

Modified: CalDAVTester/trunk/Resource/CalDAV/expandproperty/6.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/expandproperty/6.xml	2015-05-04 18:34:09 UTC (rev 14742)
+++ CalDAVTester/trunk/Resource/CalDAV/expandproperty/6.xml	2015-05-04 19:09:51 UTC (rev 14743)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <D:expand-property xmlns:D="DAV:">
 	<D:property name="details2">
-		<D:property name="displayname"/>
+		<D:property name="resourcetype"/>
 	</D:property>
 </D:expand-property>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/expandproperty.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/expandproperty.xml	2015-05-04 18:34:09 UTC (rev 14742)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/expandproperty.xml	2015-05-04 19:09:51 UTC (rev 14743)
@@ -128,7 +128,7 @@
 					<callback>dataString</callback>
 					<arg>
 						<name>contains</name>
-						<value>displayname</value>
+						<value>resourcetype</value>
 					</arg>
 				</verify>
 			</request>
@@ -157,7 +157,7 @@
 					<callback>dataString</callback>
 					<arg>
 						<name>notcontains</name>
-						<value>displayname</value>
+						<value>resourcetype</value>
 					</arg>
 				</verify>
 			</request>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150504/0f3074b3/attachment.html>


More information about the calendarserver-changes mailing list