[CalendarServer-changes] [14739] CalDAVTester/trunk/scripts/tests-pod/CalDAV
source_changes at macosforge.org
source_changes at macosforge.org
Mon May 4 09:56:22 PDT 2015
Revision: 14739
http://trac.calendarserver.org//changeset/14739
Author: cdaboo at apple.com
Date: 2015-05-04 09:56:22 -0700 (Mon, 04 May 2015)
Log Message:
-----------
DAV:displayname no longer defaults to path name.
Modified Paths:
--------------
CalDAVTester/trunk/scripts/tests-pod/CalDAV/sharing-proxies.xml
CalDAVTester/trunk/scripts/tests-pod/CalDAV/sharing-replies.xml
Modified: CalDAVTester/trunk/scripts/tests-pod/CalDAV/sharing-proxies.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests-pod/CalDAV/sharing-proxies.xml 2015-05-04 14:40:33 UTC (rev 14738)
+++ CalDAVTester/trunk/scripts/tests-pod/CalDAV/sharing-proxies.xml 2015-05-04 16:56:22 UTC (rev 14739)
@@ -507,8 +507,8 @@
<verify>
<callback>propfindItems</callback>
<arg>
- <name>okprops</name>
- <value>{DAV:}displayname$</value>
+ <name>badprops</name>
+ <value>{DAV:}displayname</value>
</arg>
</verify>
</request>
Modified: CalDAVTester/trunk/scripts/tests-pod/CalDAV/sharing-replies.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests-pod/CalDAV/sharing-replies.xml 2015-05-04 14:40:33 UTC (rev 14738)
+++ CalDAVTester/trunk/scripts/tests-pod/CalDAV/sharing-replies.xml 2015-05-04 16:56:22 UTC (rev 14739)
@@ -199,8 +199,8 @@
<verify>
<callback>propfindItems</callback>
<arg>
- <name>okprops</name>
- <value>{DAV:}displayname$shared</value>
+ <name>badprops</name>
+ <value>{DAV:}displayname</value>
</arg>
</verify>
</request>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150504/7a7aba42/attachment.html>
More information about the calendarserver-changes
mailing list