[CalendarServer-changes] [13004] CalendarServer/branches/users/sagen/move2who-4/twistedcaldav/ directory/test/test_principal.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 26 13:27:19 PDT 2014


Revision: 13004
          http://trac.calendarserver.org//changeset/13004
Author:   sagen at apple.com
Date:     2014-03-26 13:27:19 -0700 (Wed, 26 Mar 2014)
Log Message:
-----------
Disabled records are not a thing anymore.

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/move2who-4/twistedcaldav/directory/test/test_principal.py

Modified: CalendarServer/branches/users/sagen/move2who-4/twistedcaldav/directory/test/test_principal.py
===================================================================
--- CalendarServer/branches/users/sagen/move2who-4/twistedcaldav/directory/test/test_principal.py	2014-03-26 19:17:15 UTC (rev 13003)
+++ CalendarServer/branches/users/sagen/move2who-4/twistedcaldav/directory/test/test_principal.py	2014-03-26 20:27:19 UTC (rev 13004)
@@ -126,8 +126,7 @@
                         self.directory.oldNameToRecordType(recordType)
                     )
                 ):
-                    if r.uid != "disabled":
-                        expected.extend(r.shortNames)
+                    expected.extend(r.shortNames)
                 self.assertEquals(shortNames, set(expected))
 
                 for shortName in shortNames:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140326/42b9d3fe/attachment.html>


More information about the calendarserver-changes mailing list