Revision: 1462 http://trac.macosforge.org/projects/calendarserver/changeset/1462 Author: dreid@apple.com Date: 2007-04-10 10:52:35 -0700 (Tue, 10 Apr 2007) Log Message: ----------- We're testing the Slave process type here because that does all the heavy lifting. Modified Paths: -------------- CalendarServer/trunk/twistedcaldav/test/test_tap.py Modified: CalendarServer/trunk/twistedcaldav/test/test_tap.py =================================================================== --- CalendarServer/trunk/twistedcaldav/test/test_tap.py 2007-04-10 17:29:53 UTC (rev 1461) +++ CalendarServer/trunk/twistedcaldav/test/test_tap.py 2007-04-10 17:52:35 UTC (rev 1462) @@ -180,7 +180,7 @@ } self.config['DocumentRoot'] = self.mktemp() - + self.config['ProcessType'] = 'Slave' self.config['SSLPrivateKey'] = sibpath(__file__, 'data/server.pem') self.config['SSLCertificate'] = sibpath(__file__, 'data/server.pem')