[CalendarServer-changes] [13662] CalendarServer/trunk/twistedcaldav/test/test_accounting.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 19 11:24:19 PDT 2014


Revision: 13662
          http://trac.calendarserver.org//changeset/13662
Author:   sagen at apple.com
Date:     2014-06-19 11:24:19 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
Switch accounting test from guid to uid

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/test/test_accounting.py

Modified: CalendarServer/trunk/twistedcaldav/test/test_accounting.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_accounting.py	2014-06-18 21:16:55 UTC (rev 13661)
+++ CalendarServer/trunk/twistedcaldav/test/test_accounting.py	2014-06-19 18:24:19 UTC (rev 13662)
@@ -35,8 +35,8 @@
 
     class _Record(object):
 
-        def __init__(self, guid):
-            self.guid = guid
+        def __init__(self, uid):
+            self.uid = uid
 
 
     def test_permissions_makedirs(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140619/56f2b5b6/attachment.html>


More information about the calendarserver-changes mailing list