[CalendarServer-changes] [5945] CalendarServer/branches/new-store-no-caldavfile-2/twistedcaldav/test /util.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 26 14:36:16 PDT 2010


Revision: 5945
          http://trac.macosforge.org/projects/calendarserver/changeset/5945
Author:   glyph at apple.com
Date:     2010-07-26 14:36:16 -0700 (Mon, 26 Jul 2010)
Log Message:
-----------
remember the request for potential future use

Modified Paths:
--------------
    CalendarServer/branches/new-store-no-caldavfile-2/twistedcaldav/test/util.py

Modified: CalendarServer/branches/new-store-no-caldavfile-2/twistedcaldav/test/util.py
===================================================================
--- CalendarServer/branches/new-store-no-caldavfile-2/twistedcaldav/test/util.py	2010-07-26 21:35:52 UTC (rev 5944)
+++ CalendarServer/branches/new-store-no-caldavfile-2/twistedcaldav/test/util.py	2010-07-26 21:36:16 UTC (rev 5945)
@@ -332,7 +332,8 @@
         it a new transaction.
         """
         users = self.homeProvisioner.getChild("users")
-        user, ignored = (yield users.locateChild(norequest(), ["wsanchez"]))
+        self.request = norequest()
+        user, ignored = (yield users.locateChild(self.request, ["wsanchez"]))
 
         # Force the request to succeed regardless of the implementation of
         # accessControlList.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100726/8ad39b3d/attachment-0001.html>


More information about the calendarserver-changes mailing list