[CalendarServer-changes] [10062] CalendarServer/branches/users/glyph/one-home-list-api

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 16 14:49:01 PST 2012


Revision: 10062
          http://trac.calendarserver.org//changeset/10062
Author:   glyph at apple.com
Date:     2012-11-16 14:49:01 -0800 (Fri, 16 Nov 2012)
Log Message:
-----------
Shorter test set up.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/one-home-list-api/calendarserver/tools/shell/test/test_vfs.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/one-home-list-api/

Modified: CalendarServer/branches/users/glyph/one-home-list-api/calendarserver/tools/shell/test/test_vfs.py
===================================================================
--- CalendarServer/branches/users/glyph/one-home-list-api/calendarserver/tools/shell/test/test_vfs.py	2012-11-16 22:49:00 UTC (rev 10061)
+++ CalendarServer/branches/users/glyph/one-home-list-api/calendarserver/tools/shell/test/test_vfs.py	2012-11-16 22:49:01 UTC (rev 10062)
@@ -129,14 +129,9 @@
         """
         Create a L{UIDsFolder}.
         """
-        x = None
-        store = yield buildStore(self, None)
-        directory = DirectoryStubber(self).service()
-        options = x
-        reactor = x
-        config = x
-
-        self.svc = ShellService(store, directory, options, reactor, config)
+        self.svc = ShellService(store=(yield buildStore(self, None)),
+                                directory=DirectoryStubber(self).service(),
+                                options=None, reactor=None, config=None)
         self.folder = UIDsFolder(self.svc, ())
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121116/74ec6133/attachment.html>


More information about the calendarserver-changes mailing list