[CalendarServer-changes] [939] CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/test/ test_root.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 5 11:44:54 PST 2007


Revision: 939
          http://trac.macosforge.org/projects/calendarserver/changeset/939
Author:   cdaboo at apple.com
Date:     2007-01-05 11:44:54 -0800 (Fri, 05 Jan 2007)

Log Message:
-----------
Principal resources are now collections.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/test/test_root.py

Modified: CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/test/test_root.py
===================================================================
--- CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/test/test_root.py	2007-01-05 19:25:02 UTC (rev 938)
+++ CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/test/test_root.py	2007-01-05 19:44:54 UTC (rev 939)
@@ -138,7 +138,7 @@
 
             self.assertEquals(request.authzUser, 
                               davxml.Principal(
-                    davxml.HRef('/principals/user/dreid')))
+                    davxml.HRef('/principals/user/dreid/')))
             
         d = defer.maybeDeferred(resrc.locateChild, request, ['principals'])
         d.addCallback(_Cb)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070105/c7272a22/attachment.html


More information about the calendarserver-changes mailing list