[CalendarServer-changes] [8616] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 31 13:19:36 PST 2012


Revision: 8616
          http://trac.macosforge.org/projects/calendarserver/changeset/8616
Author:   glyph at apple.com
Date:     2012-01-31 13:19:36 -0800 (Tue, 31 Jan 2012)
Log Message:
-----------
Oops: not only create a fixed version of the object, but actually *use* the fixed version rather than discarding it and using the original, broken one.  This should fix the intermittent test failures for real.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/upgrade/test/test_migrate.py

Property Changed:
----------------
    CalendarServer/trunk/

Modified: CalendarServer/trunk/txdav/common/datastore/upgrade/test/test_migrate.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/upgrade/test/test_migrate.py	2012-01-31 20:48:32 UTC (rev 8615)
+++ CalendarServer/trunk/txdav/common/datastore/upgrade/test/test_migrate.py	2012-01-31 21:19:36 UTC (rev 8616)
@@ -117,7 +117,7 @@
         master = yield self.spawn(AMP(), StoreCreator)
         subcfg = copy.deepcopy(self.config)
         del subcfg._postUpdateHooks[:]
-        yield master.callRemote(PickleConfig, config=self.config,
+        yield master.callRemote(PickleConfig, config=subcfg,
                                 delegateTo=qual(there))
         returnValue(swapAMP(master, here))
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120131/9fb079c5/attachment.html>


More information about the calendarserver-changes mailing list