[CalendarServer-changes] [11539] CalDAVTester/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 19 08:38:10 PDT 2013


Revision: 11539
          http://trac.calendarserver.org//changeset/11539
Author:   cdaboo at apple.com
Date:     2013-07-19 08:38:10 -0700 (Fri, 19 Jul 2013)
Log Message:
-----------
Fix order of some XML elements now that the order is regularized in the server. Skip a test in validation.

Modified Paths:
--------------
    CalDAVTester/trunk/Resource/CalDAV/aclreports/18.xml
    CalDAVTester/trunk/Validation-All
    CalDAVTester/trunk/Validation-CalDAV

Modified: CalDAVTester/trunk/Resource/CalDAV/aclreports/18.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/aclreports/18.xml	2013-07-18 22:24:09 UTC (rev 11538)
+++ CalDAVTester/trunk/Resource/CalDAV/aclreports/18.xml	2013-07-19 15:38:10 UTC (rev 11539)
@@ -14,26 +14,26 @@
   </principal-search-property>
   <principal-search-property>
     <prop>
-      <last-name xmlns='http://calendarserver.org/ns/'/>
+      <first-name xmlns='http://calendarserver.org/ns/'/>
     </prop>
-    <description xml:lang='en'>Last Name</description>
+    <description xml:lang='en'>First Name</description>
   </principal-search-property>
   <principal-search-property>
     <prop>
-      <calendar-user-type xmlns='urn:ietf:params:xml:ns:caldav'/>
+      <last-name xmlns='http://calendarserver.org/ns/'/>
     </prop>
-    <description xml:lang='en'>Calendar User Type</description>
+    <description xml:lang='en'>Last Name</description>
   </principal-search-property>
   <principal-search-property>
     <prop>
-      <first-name xmlns='http://calendarserver.org/ns/'/>
+      <calendar-user-address-set xmlns='urn:ietf:params:xml:ns:caldav'/>
     </prop>
-    <description xml:lang='en'>First Name</description>
+    <description xml:lang='en'>Calendar User Address Set</description>
   </principal-search-property>
   <principal-search-property>
     <prop>
-      <calendar-user-address-set xmlns='urn:ietf:params:xml:ns:caldav'/>
+      <calendar-user-type xmlns='urn:ietf:params:xml:ns:caldav'/>
     </prop>
-    <description xml:lang='en'>Calendar User Address Set</description>
+    <description xml:lang='en'>Calendar User Type</description>
   </principal-search-property>
 </principal-search-property-set>

Modified: CalDAVTester/trunk/Validation-All
===================================================================
--- CalDAVTester/trunk/Validation-All	2013-07-18 22:24:09 UTC (rev 11538)
+++ CalDAVTester/trunk/Validation-All	2013-07-19 15:38:10 UTC (rev 11539)
@@ -25,4 +25,6 @@
 	--exclude CalDAV/directory.xml \
 	--exclude CalDAV/proxyauthz.xml \
 	--exclude CalDAV/quota.xml \
+ 	--exclude CalDAV/timezonestdservice.xml \
  	--exclude CardDAV/directory.xml
+ 
\ No newline at end of file

Modified: CalDAVTester/trunk/Validation-CalDAV
===================================================================
--- CalDAVTester/trunk/Validation-CalDAV	2013-07-18 22:24:09 UTC (rev 11538)
+++ CalDAVTester/trunk/Validation-CalDAV	2013-07-19 15:38:10 UTC (rev 11539)
@@ -25,4 +25,5 @@
 	--exclude CalDAV/directory.xml \
 	--exclude CalDAV/proxyauthz.xml \
 	--exclude CalDAV/quota.xml \
-	--exclude CalDAV/sharing-quota.xml
+ 	--exclude CalDAV/timezonestdservice.xml
+	
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130719/cf01b2a8/attachment.html>


More information about the calendarserver-changes mailing list