[CalendarServer-changes] [6051] CalendarServer/branches/users/glyph/sql-store/twistedcaldav/test/ test_collectioncontents.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 11 09:37:52 PDT 2010


Revision: 6051
          http://trac.macosforge.org/projects/calendarserver/changeset/6051
Author:   sagen at apple.com
Date:     2010-08-11 09:37:52 -0700 (Wed, 11 Aug 2010)
Log Message:
-----------
Removing the obsolete directory existence check

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sql-store/twistedcaldav/test/test_collectioncontents.py

Modified: CalendarServer/branches/users/glyph/sql-store/twistedcaldav/test/test_collectioncontents.py
===================================================================
--- CalendarServer/branches/users/glyph/sql-store/twistedcaldav/test/test_collectioncontents.py	2010-08-11 16:26:38 UTC (rev 6050)
+++ CalendarServer/branches/users/glyph/sql-store/twistedcaldav/test/test_collectioncontents.py	2010-08-11 16:37:52 UTC (rev 6051)
@@ -176,9 +176,6 @@
             if response.code != responsecode.CREATED:
                 self.fail("MKCALENDAR failed: %s" % (response.code,))
 
-            if not calPath.isdir():
-                self.fail("MKCALENDAR did not create a collection")
-
             ds = []
             c = 0
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100811/0123835e/attachment.html>


More information about the calendarserver-changes mailing list