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

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


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

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

Modified: CalendarServer/branches/users/glyph/sharedpool/txdav/carddav/datastore/test/common.py
===================================================================
--- CalendarServer/branches/users/glyph/sharedpool/txdav/carddav/datastore/test/common.py	2010-11-01 21:31:07 UTC (rev 6546)
+++ CalendarServer/branches/users/glyph/sharedpool/txdav/carddav/datastore/test/common.py	2010-11-01 21:31:28 UTC (rev 6547)
@@ -867,7 +867,7 @@
         # Sanity check; make sure the test has the right idea of the subject.
         self.assertNotEquals(vcard1_text, vcard1_text_withDifferentNote)
         newComponent = VComponent.fromString(vcard1_text_withDifferentNote)
-        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/5a4305d8/attachment.html>


More information about the calendarserver-changes mailing list