[CalendarServer-changes] [5512] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/test /test_tap.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 22 17:07:24 PDT 2010


Revision: 5512
          http://trac.macosforge.org/projects/calendarserver/changeset/5512
Author:   glyph at apple.com
Date:     2010-04-22 17:07:23 -0700 (Thu, 22 Apr 2010)
Log Message:
-----------
correct test signature

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/test/test_tap.py

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/test/test_tap.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/test/test_tap.py	2010-04-23 00:06:25 UTC (rev 5511)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/test/test_tap.py	2010-04-23 00:07:23 UTC (rev 5512)
@@ -884,10 +884,10 @@
             tapname    = "caldav",
             configFile = "/does/not/exist",
             id         = 10,
-            port          = None,
-            sslPort       = None,
+            port       = None,
+            sslPort    = None,
             interfaces = '127.0.0.1',
-            metaSocket = FakeDispatcher().addSocket()
+            dispatcher = FakeDispatcher()
         )
 
         dspm.addProcessObject(slave, {})
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100422/7ec87d29/attachment.html>


More information about the calendarserver-changes mailing list