[CalendarServer-changes] [9205] CalendarServer/branches/users/glyph/sharing-api

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 26 17:09:22 PDT 2012


Revision: 9205
          http://trac.macosforge.org/projects/calendarserver/changeset/9205
Author:   glyph at apple.com
Date:     2012-04-26 17:09:22 -0700 (Thu, 26 Apr 2012)
Log Message:
-----------
adjust naming of skips to match

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sharing-api/txdav/caldav/datastore/test/test_file.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/sharing-api/

Modified: CalendarServer/branches/users/glyph/sharing-api/txdav/caldav/datastore/test/test_file.py
===================================================================
--- CalendarServer/branches/users/glyph/sharing-api/txdav/caldav/datastore/test/test_file.py	2012-04-27 00:09:18 UTC (rev 9204)
+++ CalendarServer/branches/users/glyph/sharing-api/txdav/caldav/datastore/test/test_file.py	2012-04-27 00:09:22 UTC (rev 9205)
@@ -465,12 +465,12 @@
         return self.calendarStore
 
 
-    def test_shareWithUID(self):
+    def test_shareWith(self):
         """
         Overridden to be skipped.
         """
 
-    test_shareWithUID.skip = "Not implemented for file store yet."
+    test_shareWith.skip = "Not implemented for file store yet."
 
 
     def test_init(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120426/cd73e37f/attachment.html>


More information about the calendarserver-changes mailing list