[CalendarServer-changes] [2346] CalendarServer/branches/propfind-cache/twistedcaldav/test

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 24 16:47:26 PDT 2008


Revision: 2346
          http://trac.macosforge.org/projects/calendarserver/changeset/2346
Author:   dreid at apple.com
Date:     2008-04-24 16:47:25 -0700 (Thu, 24 Apr 2008)

Log Message:
-----------
Use correct API for the stub and implementation

Modified Paths:
--------------
    CalendarServer/branches/propfind-cache/twistedcaldav/test/test_resource.py
    CalendarServer/branches/propfind-cache/twistedcaldav/test/util.py

Modified: CalendarServer/branches/propfind-cache/twistedcaldav/test/test_resource.py
===================================================================
--- CalendarServer/branches/propfind-cache/twistedcaldav/test/test_resource.py	2008-04-24 22:31:16 UTC (rev 2345)
+++ CalendarServer/branches/propfind-cache/twistedcaldav/test/test_resource.py	2008-04-24 23:47:25 UTC (rev 2346)
@@ -52,6 +52,7 @@
                           self.resource.writeDeadProperty, StubProperty())
         self.assertEquals(self.resource.cacheNotifier.propertyChangedCount, 0)
 
+
     def test_writeDeadPropertyDoesntFailWithoutACacheNotifier(self):
         del self.resource.cacheNotifier
         self.resource.writeDeadProperty(StubProperty())

Modified: CalendarServer/branches/propfind-cache/twistedcaldav/test/util.py
===================================================================
--- CalendarServer/branches/propfind-cache/twistedcaldav/test/util.py	2008-04-24 22:31:16 UTC (rev 2345)
+++ CalendarServer/branches/propfind-cache/twistedcaldav/test/util.py	2008-04-24 23:47:25 UTC (rev 2346)
@@ -45,5 +45,5 @@
     def dataChanged(self):
         self.dataChangedCount += 1
 
-    def propertyChanged(self):
+    def propertiesChanged(self):
         self.propertyChangedCount += 1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080424/3448142c/attachment-0001.html


More information about the calendarserver-changes mailing list