[CalendarServer-changes] [5688] CalendarServer/branches/new-store/twistedcaldav/storebridge.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 4 15:10:02 PDT 2010


Revision: 5688
          http://trac.macosforge.org/projects/calendarserver/changeset/5688
Author:   glyph at apple.com
Date:     2010-06-04 15:10:00 -0700 (Fri, 04 Jun 2010)
Log Message:
-----------
CDT tests do fail without this

Modified Paths:
--------------
    CalendarServer/branches/new-store/twistedcaldav/storebridge.py

Modified: CalendarServer/branches/new-store/twistedcaldav/storebridge.py
===================================================================
--- CalendarServer/branches/new-store/twistedcaldav/storebridge.py	2010-06-04 22:08:49 UTC (rev 5687)
+++ CalendarServer/branches/new-store/twistedcaldav/storebridge.py	2010-06-04 22:10:00 UTC (rev 5688)
@@ -165,7 +165,7 @@
 
         # FIXME: tests should be failing without this line.
         # Specifically, http_PUT won't be committing its transaction properly.
-        # self.propagateTransaction(similar)
+        self.propagateTransaction(similar)
         return similar
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100604/b3e5120e/attachment-0001.html>


More information about the calendarserver-changes mailing list