[CalendarServer-changes] [2182] CalendarServer/trunk/twistedcaldav/test/test_tap.py

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 1 09:31:44 PST 2008


Revision: 2182
          http://trac.macosforge.org/projects/calendarserver/changeset/2182
Author:   cdaboo at apple.com
Date:     2008-03-01 09:31:43 -0800 (Sat, 01 Mar 2008)

Log Message:
-----------
Not sure why this was wrong and not causing failures in the unit tests before. Fixed now.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/test/test_tap.py

Modified: CalendarServer/trunk/twistedcaldav/test/test_tap.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_tap.py	2008-02-26 21:59:47 UTC (rev 2181)
+++ CalendarServer/trunk/twistedcaldav/test/test_tap.py	2008-03-01 17:31:43 UTC (rev 2182)
@@ -251,11 +251,11 @@
         self.config['HTTPPort'] = 80
 
         for service in validServices:
-            self.config['ServerType'] = service
+            self.config['ProcessType'] = service
             self.writeConfig()
             self.makeService()
 
-        self.config['ServerType'] = 'Unknown Service'
+        self.config['ProcessType'] = 'Unknown Service'
         self.writeConfig()
         self.assertRaises(UsageError, self.makeService)
 

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


More information about the calendarserver-changes mailing list