[CalendarServer-changes] [6539] CalendarServer/branches/users/glyph/sharedpool/txdav/caldav/ datastore/test/common.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 1 14:28:19 PDT 2010


Revision: 6539
          http://trac.macosforge.org/projects/calendarserver/changeset/6539
Author:   glyph at apple.com
Date:     2010-11-01 14:28:16 -0700 (Mon, 01 Nov 2010)
Log Message:
-----------
missing yield

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sharedpool/txdav/caldav/datastore/test/common.py

Modified: CalendarServer/branches/users/glyph/sharedpool/txdav/caldav/datastore/test/common.py
===================================================================
--- CalendarServer/branches/users/glyph/sharedpool/txdav/caldav/datastore/test/common.py	2010-11-01 21:27:56 UTC (rev 6538)
+++ CalendarServer/branches/users/glyph/sharedpool/txdav/caldav/datastore/test/common.py	2010-11-01 21:28:16 UTC (rev 6539)
@@ -993,7 +993,7 @@
         # Sanity check; make sure the test has the right idea of the subject.
         self.assertNotEquals(event1_text, event1_text_withDifferentSubject)
         newComponent = VComponent.fromString(event1_text_withDifferentSubject)
-        obj.setComponent(newComponent)
+        yield obj.setComponent(newComponent)
 
         # Putting everything into a separate transaction to account for any
         # caching that may take place.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101101/6ca55194/attachment.html>


More information about the calendarserver-changes mailing list