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

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 26 17:08:47 PDT 2012


Revision: 9195
          http://trac.macosforge.org/projects/calendarserver/changeset/9195
Author:   glyph at apple.com
Date:     2012-04-26 17:08:47 -0700 (Thu, 26 Apr 2012)
Log Message:
-----------
skip test_shareWithUID for file and implicit stores

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:08:43 UTC (rev 9194)
+++ CalendarServer/branches/users/glyph/sharing-api/txdav/caldav/datastore/test/test_file.py	2012-04-27 00:08:47 UTC (rev 9195)
@@ -465,6 +465,14 @@
         return self.calendarStore
 
 
+    def test_shareWithUID(self):
+        """
+        Overridden to be skipped.
+        """
+
+    test_shareWithUID.skip = "Not implemented for file store yet."
+
+
     def test_init(self):
         """
         L{CalendarStore} has a C{_path} attribute which refers to its
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120426/924740ed/attachment.html>


More information about the calendarserver-changes mailing list