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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 25 12:37:17 PST 2007


Revision: 1114
          http://trac.macosforge.org/projects/calendarserver/changeset/1114
Author:   cdaboo at apple.com
Date:     2007-01-25 12:37:16 -0800 (Thu, 25 Jan 2007)

Log Message:
-----------
Only make the calendar user home. Making the calendarfails because we need the right xattr's on it.

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

Modified: CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py	2007-01-25 20:12:10 UTC (rev 1113)
+++ CalendarServer/trunk/twistedcaldav/test/data/makelargecalendars.py	2007-01-25 20:37:16 UTC (rev 1114)
@@ -42,7 +42,7 @@
         try: os.makedirs(path)
         except OSError: pass
     
-        try: os.makedirs(os.path.join(path, "calendar"))
+        try: os.makedirs(path)
         except OSError: pass
     
         for calendar in calendars:

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


More information about the calendarserver-changes mailing list