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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 25 10:45:42 PST 2007


Revision: 1111
          http://trac.macosforge.org/projects/calendarserver/changeset/1111
Author:   cdaboo at apple.com
Date:     2007-01-25 10:45:42 -0800 (Thu, 25 Jan 2007)

Log Message:
-----------
Make sure only the large calendars we need for testing are setup. Make use of new command line option to explicitly
set the server document root for the tests.

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

Modified: CalendarServer/trunk/testcaldav
===================================================================
--- CalendarServer/trunk/testcaldav	2007-01-25 18:41:17 UTC (rev 1110)
+++ CalendarServer/trunk/testcaldav	2007-01-25 18:45:42 UTC (rev 1111)
@@ -71,6 +71,6 @@
   svn checkout http://svn.macosforge.org/repository/calendarserver/CalDAVTester/trunk "${cdt}"
 fi;
 
-cd "${documentroot}" && python "makelargecalendars.py";
+cd "${documentroot}" && python makelargecalendars.py -n 1;
 
-cd "${cdt}" && python testcaldav.py -s "${serverinfo}" "$@";
+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/1131af1e/attachment.html


More information about the calendarserver-changes mailing list