[CalendarServer-changes] [15291] CalDAVTester/trunk/scripts/tests/CalDAV/trash.xml

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 4 19:47:10 PST 2015


Revision: 15291
          http://trac.calendarserver.org//changeset/15291
Author:   cdaboo at apple.com
Date:     2015-11-04 19:47:09 -0800 (Wed, 04 Nov 2015)
Log Message:
-----------
Attachments for trashed events are no longer accessible.

Modified Paths:
--------------
    CalDAVTester/trunk/scripts/tests/CalDAV/trash.xml

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/trash.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/trash.xml	2015-11-05 01:20:35 UTC (rev 15290)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/trash.xml	2015-11-05 03:47:09 UTC (rev 15291)
@@ -1427,15 +1427,15 @@
         </test>
 
         <test name='5'>
-            <description>Check for attachment -- still there because they're not currently hidden</description>
+            <description>Check for attachment -- currently hidden</description>
             <request>
                 <method>GET</method>
                 <ruri>$location:</ruri>
                 <verify>
-                    <callback>dataMatch</callback>
+                    <callback>statusCode</callback>
                     <arg>
-                        <name>filepath</name>
-                        <value>Resource/CalDAV/managedattachments/simple/2.txt</value>
+                        <name>status</name>
+                        <value>403</value>
                     </arg>
                 </verify>
             </request>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151104/c6458c74/attachment-0001.html>


More information about the calendarserver-changes mailing list