[CalendarServer-changes] [9522] CalendarServer/branches/users/gaya/inviteclean/twistedcaldav/test/ test_link.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 3 10:37:18 PDT 2012


Revision: 9522
          http://trac.macosforge.org/projects/calendarserver/changeset/9522
Author:   gaya at apple.com
Date:     2012-08-03 10:37:18 -0700 (Fri, 03 Aug 2012)
Log Message:
-----------
fix StubShare

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/inviteclean/twistedcaldav/test/test_link.py

Modified: CalendarServer/branches/users/gaya/inviteclean/twistedcaldav/test/test_link.py
===================================================================
--- CalendarServer/branches/users/gaya/inviteclean/twistedcaldav/test/test_link.py	2012-08-03 16:48:59 UTC (rev 9521)
+++ CalendarServer/branches/users/gaya/inviteclean/twistedcaldav/test/test_link.py	2012-08-03 17:37:18 UTC (rev 9522)
@@ -48,6 +48,9 @@
     def __init__(self, link):
         self.hosturl = link
 
+    def url(self):
+        return self.hosturl
+
 class LinkResourceTests(TestCase):
 
     @inlineCallbacks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120803/d591bb47/attachment.html>


More information about the calendarserver-changes mailing list