[CalendarServer-changes] [7422] CalendarServer/trunk/twistedcaldav/test/test_wrapping.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 6 15:21:37 PDT 2011


Revision: 7422
          http://trac.macosforge.org/projects/calendarserver/changeset/7422
Author:   sagen at apple.com
Date:     2011-05-06 15:21:36 -0700 (Fri, 06 May 2011)
Log Message:
-----------
Fix for test breakage; request.process( ) is responsible for setting request.path

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/test/test_wrapping.py

Modified: CalendarServer/trunk/twistedcaldav/test/test_wrapping.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_wrapping.py	2011-05-06 21:44:57 UTC (rev 7421)
+++ CalendarServer/trunk/twistedcaldav/test/test_wrapping.py	2011-05-06 22:21:36 UTC (rev 7422)
@@ -199,6 +199,7 @@
             contentLength=0,
             headers=headers
         )
+        req.path = path # normally process( ) sets request.path
         req.credentialFactories = {}
         return req
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110506/3f6f97de/attachment-0001.html>


More information about the calendarserver-changes mailing list