[CalendarServer-changes] [9204] CalendarServer/branches/users/glyph/sharing-api
source_changes at macosforge.org
source_changes at macosforge.org
Thu Apr 26 17:09:18 PDT 2012
Revision: 9204
http://trac.macosforge.org/projects/calendarserver/changeset/9204
Author: glyph at apple.com
Date: 2012-04-26 17:09:18 -0700 (Thu, 26 Apr 2012)
Log Message:
-----------
oops, homeUnderTest not calendarUnderTest
Modified Paths:
--------------
CalendarServer/branches/users/glyph/sharing-api/txdav/caldav/datastore/test/common.py
Property Changed:
----------------
CalendarServer/branches/users/glyph/sharing-api/
Modified: CalendarServer/branches/users/glyph/sharing-api/txdav/caldav/datastore/test/common.py
===================================================================
--- CalendarServer/branches/users/glyph/sharing-api/txdav/caldav/datastore/test/common.py 2012-04-27 00:09:14 UTC (rev 9203)
+++ CalendarServer/branches/users/glyph/sharing-api/txdav/caldav/datastore/test/common.py 2012-04-27 00:09:18 UTC (rev 9204)
@@ -991,7 +991,7 @@
"""
cal = yield self.calendarUnderTest()
OTHER_HOME_UID = "home_splits"
- other = yield self.calendarUnderTest(OTHER_HOME_UID)
+ other = yield self.homeUnderTest(name=OTHER_HOME_UID)
newCalName = yield cal.shareWith(other, _BIND_MODE_WRITE)
yield self.commit()
normalCal = yield self.calendarUnderTest()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120426/acf9925a/attachment-0001.html>
More information about the calendarserver-changes
mailing list