[CalendarServer-changes] [4948] ContactsServer/testcarddav

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 21 09:27:21 PST 2010


Revision: 4948
          http://trac.macosforge.org/projects/calendarserver/changeset/4948
Author:   cdaboo at apple.com
Date:     2010-01-21 09:27:04 -0800 (Thu, 21 Jan 2010)
Log Message:
-----------
Make it work with the new CalDAVTester.

Modified Paths:
--------------
    ContactsServer/testcarddav

Modified: ContactsServer/testcarddav
===================================================================
--- ContactsServer/testcarddav	2010-01-20 23:55:03 UTC (rev 4947)
+++ ContactsServer/testcarddav	2010-01-21 17:27:04 UTC (rev 4948)
@@ -24,7 +24,7 @@
 ##
 
 verbose="";
-serverinfo="${cdt}/scripts/server/serverinfo.xml";
+serverinfo="${cdt}/scripts/server/serverinfo-carddav.xml";
 documentroot="${wd}/twistedcaldav/test/data";
 
 usage ()
@@ -64,9 +64,7 @@
 export PYTHONPATH=$("${wd}/run" -p);
 
 if [ ! -e "${documentroot}/addressbooks/__uids__/user01" ]; then
-  curl "http://localhost:8008/addressbooks/__uids__/user01/";
+  curl "http://localhost:8800/addressbooks/__uids__/user01/";
 fi;
 
-python twistedcaldav/test/data/makelargecalendars.py -n 1 -d "${documentroot}";
-
-cd "${cdt}" && python testcarddav.py -s "${serverinfo}" "$@";
+cd "${cdt}" && python testcaldav.py -s "${serverinfo}" "$@";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100121/45de7815/attachment.html>


More information about the calendarserver-changes mailing list