[CalendarServer-changes] [8227] CalendarServer/trunk/txdav/caldav/datastore/test/test_sql.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 26 07:15:42 PDT 2011


Revision: 8227
          http://trac.macosforge.org/projects/calendarserver/changeset/8227
Author:   cdaboo at apple.com
Date:     2011-10-26 07:15:41 -0700 (Wed, 26 Oct 2011)
Log Message:
-----------
docstring clarification.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/caldav/datastore/test/test_sql.py

Modified: CalendarServer/trunk/txdav/caldav/datastore/test/test_sql.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/test/test_sql.py	2011-10-26 01:30:50 UTC (rev 8226)
+++ CalendarServer/trunk/txdav/caldav/datastore/test/test_sql.py	2011-10-26 14:15:41 UTC (rev 8227)
@@ -175,7 +175,8 @@
     def test_migrateDuplicateAttachmentsCalendarFromFile(self):
         """
         C{_migrateCalendar()} can migrate a file-backed calendar to a database-
-        backed calendar. We need to test what happens when migrating attachments.
+        backed calendar. Test that migrating a calendar containing duplicate attachments
+        will de-duplicate those attachments and proceed without error.
         """
         fromCalendar = yield (yield self.fileTransaction().calendarHomeWithUID(
             "home_attachments")).calendarWithName("calendar_1")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111026/ac320319/attachment.html>


More information about the calendarserver-changes mailing list