[CalendarServer-changes] [12717] CalendarServer/trunk/txdav/common/datastore/work/test/ test_revision_cleanup.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:19:55 PDT 2014


Revision: 12717
          http://trac.calendarserver.org//changeset/12717
Author:   gaya at apple.com
Date:     2014-02-18 22:05:57 -0800 (Tue, 18 Feb 2014)
Log Message:
-----------
remove unused method

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/work/test/test_revision_cleanup.py

Modified: CalendarServer/trunk/txdav/common/datastore/work/test/test_revision_cleanup.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/work/test/test_revision_cleanup.py	2014-02-19 00:32:19 UTC (rev 12716)
+++ CalendarServer/trunk/txdav/common/datastore/work/test/test_revision_cleanup.py	2014-02-19 06:05:57 UTC (rev 12717)
@@ -190,21 +190,6 @@
 """
 
     @classproperty(cache=False)
-    def calRequirements(cls): #@NoSelf
-        return {
-        "user01": {
-            "calendar": {
-                "cal1.ics": (cls.cal1, None,),
-                "cal2.ics": (cls.cal2, None,),
-                "cal3.ics": (cls.cal3, None,),
-            },
-            "inbox": {
-            },
-        },
-    }
-
-
-    @classproperty(cache=False)
     def requirements(cls): #@NoSelf
         return {
             "addressbook": {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/0dc39369/attachment.html>


More information about the calendarserver-changes mailing list