[CalendarServer-changes] [1115] CalendarServer/trunk/testcaldav

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 25 13:00:50 PST 2007


Revision: 1115
          http://trac.macosforge.org/projects/calendarserver/changeset/1115
Author:   cdaboo at apple.com
Date:     2007-01-25 13:00:50 -0800 (Thu, 25 Jan 2007)

Log Message:
-----------
We need to force the server to provision the user01 account so that the default calendar is properly setup.

Modified Paths:
--------------
    CalendarServer/trunk/testcaldav

Modified: CalendarServer/trunk/testcaldav
===================================================================
--- CalendarServer/trunk/testcaldav	2007-01-25 20:37:16 UTC (rev 1114)
+++ CalendarServer/trunk/testcaldav	2007-01-25 21:00:50 UTC (rev 1115)
@@ -71,6 +71,10 @@
   svn checkout http://svn.macosforge.org/repository/calendarserver/CalDAVTester/trunk "${cdt}"
 fi;
 
+if [ ! -e "${documentroot}/calendars/users/user01" ]; then
+	curl "http://localhost:8008/calendars/users/user01/";
+fi;
+
 cd "${documentroot}" && python makelargecalendars.py -n 1;
 
 cd "${cdt}" && python testcaldav.py -r "${documentroot}" -s "${serverinfo}" "$@";

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


More information about the calendarserver-changes mailing list