[CalendarServer-changes] [2210] CalendarServer/branches/users/wsanchez/guid-calendars/twistedcaldav/ test/data/makelargecalendars.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 6 13:06:35 PST 2008


Revision: 2210
          http://trac.macosforge.org/projects/calendarserver/changeset/2210
Author:   wsanchez at apple.com
Date:     2008-03-06 13:06:33 -0800 (Thu, 06 Mar 2008)

Log Message:
-----------
__uids__

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/guid-calendars/twistedcaldav/test/data/makelargecalendars.py

Modified: CalendarServer/branches/users/wsanchez/guid-calendars/twistedcaldav/test/data/makelargecalendars.py
===================================================================
--- CalendarServer/branches/users/wsanchez/guid-calendars/twistedcaldav/test/data/makelargecalendars.py	2008-03-06 20:34:12 UTC (rev 2209)
+++ CalendarServer/branches/users/wsanchez/guid-calendars/twistedcaldav/test/data/makelargecalendars.py	2008-03-06 21:06:33 UTC (rev 2210)
@@ -39,7 +39,7 @@
 
     
     for ctr in xrange(1, user_max + 1): 
-        path = os.path.join(document_root, "calendars/users/user%02d" % (ctr,))
+        path = os.path.join(document_root, "calendars/__uids__/user%02d" % (ctr,))
     
         try: os.makedirs(path)
         except OSError: pass

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


More information about the calendarserver-changes mailing list