[CalendarServer-changes] [2467] CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 23 16:45:33 PDT 2008


Revision: 2467
          http://trac.macosforge.org/projects/calendarserver/changeset/2467
Author:   wsanchez at apple.com
Date:     2008-05-23 16:45:33 -0700 (Fri, 23 May 2008)

Log Message:
-----------
Add subpaths

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py

Modified: CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py	2008-05-23 23:39:48 UTC (rev 2466)
+++ CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py	2008-05-23 23:45:33 UTC (rev 2467)
@@ -39,7 +39,7 @@
 
     
     for ctr in xrange(1, user_max + 1): 
-        path = os.path.join(document_root, "calendars/__uids__/user%02d" % (ctr,))
+        path = os.path.join(document_root, "calendars/__uids__/us/er/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/20080523/0131ca5c/attachment.htm 


More information about the calendarserver-changes mailing list