[CalendarServer-changes] [8751] CalendarServer/branches/users/wsanchez/d2/txdav/common/datastore/ upgrade/test/test_migrate.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 21 17:11:11 PST 2012


Revision: 8751
          http://trac.macosforge.org/projects/calendarserver/changeset/8751
Author:   sagen at apple.com
Date:     2012-02-21 17:11:10 -0800 (Tue, 21 Feb 2012)
Log Message:
-----------
Fix for tests

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/d2/txdav/common/datastore/upgrade/test/test_migrate.py

Modified: CalendarServer/branches/users/wsanchez/d2/txdav/common/datastore/upgrade/test/test_migrate.py
===================================================================
--- CalendarServer/branches/users/wsanchez/d2/txdav/common/datastore/upgrade/test/test_migrate.py	2012-02-22 00:16:20 UTC (rev 8750)
+++ CalendarServer/branches/users/wsanchez/d2/txdav/common/datastore/upgrade/test/test_migrate.py	2012-02-22 01:11:10 UTC (rev 8751)
@@ -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/20120221/9b1d2f95/attachment.html>


More information about the calendarserver-changes mailing list