[CalendarServer-changes] [938] CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/ directory/test/test_principal.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 5 11:25:03 PST 2007


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

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

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

Modified: CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/directory/test/test_principal.py
===================================================================
--- CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/directory/test/test_principal.py	2007-01-05 19:04:01 UTC (rev 937)
+++ CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/directory/test/test_principal.py	2007-01-05 19:25:02 UTC (rev 938)
@@ -118,7 +118,7 @@
                     recordResource = typeResource.getChild(shortName)
                     self.failUnless(isinstance(recordResource, DirectoryPrincipalResource))
 
-                    recordURL = typeURL + shortName
+                    recordURL = typeURL + shortName + "/"
                     self.assertEquals(recordURL, recordResource.principalURL())
 
                     principalCollections = recordResource.principalCollections()

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


More information about the calendarserver-changes mailing list