[CalendarServer-changes] [5947] CalendarServer/branches/new-store-no-caldavfile-2/twistedcaldav/test /test_collectioncontents.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 26 14:38:26 PDT 2010


Revision: 5947
          http://trac.macosforge.org/projects/calendarserver/changeset/5947
Author:   glyph at apple.com
Date:     2010-07-26 14:38:25 -0700 (Mon, 26 Jul 2010)
Log Message:
-----------
this is now the backend's responsibility, and tested there.

Modified Paths:
--------------
    CalendarServer/branches/new-store-no-caldavfile-2/twistedcaldav/test/test_collectioncontents.py

Modified: CalendarServer/branches/new-store-no-caldavfile-2/twistedcaldav/test/test_collectioncontents.py
===================================================================
--- CalendarServer/branches/new-store-no-caldavfile-2/twistedcaldav/test/test_collectioncontents.py	2010-07-26 21:38:04 UTC (rev 5946)
+++ CalendarServer/branches/new-store-no-caldavfile-2/twistedcaldav/test/test_collectioncontents.py	2010-07-26 21:38:25 UTC (rev 5947)
@@ -203,16 +203,6 @@
         request = SimpleRequest(self.site, "MKCALENDAR", calendar_uri)
         return self.send(request, mkcalendar_cb)
 
-    def test_ignore_dot_files(self):
-        """
-        Make sure database files are not listed as children.
-        """
-        colpath = self.site.resource.fp
-        colpath.child("._bogus").touch()
-        colpath.child("bogus").touch()
-        children = self.site.resource.listChildren()
-        self.assertTrue("bogus" in children)
-        self.assertFalse("._bogus" in children)
 
     def test_fail_dot_file_put_in_calendar(self):
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100726/675f6eb5/attachment.html>


More information about the calendarserver-changes mailing list