[CalendarServer-changes] [605] CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/ directory/test/test_principal.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 27 18:26:08 PST 2006


Revision: 605
          http://trac.macosforge.org/projects/calendarserver/changeset/605
Author:   wsanchez at apple.com
Date:     2006-11-27 18:26:08 -0800 (Mon, 27 Nov 2006)

Log Message:
-----------
Fix class name

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/directory/test/test_principal.py

Modified: CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/directory/test/test_principal.py
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/directory/test/test_principal.py	2006-11-28 02:25:36 UTC (rev 604)
+++ CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/directory/test/test_principal.py	2006-11-28 02:26:08 UTC (rev 605)
@@ -48,7 +48,7 @@
     Directory service provisioned principals.
     """
     def setUp(self):
-        super(Principals, self).setUp()
+        super(ProvisionedPrincipals, self).setUp()
         
         # Set up a principals hierarchy for each service we're testing with
         self.principalRootResources = {}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061127/1576800e/attachment.html


More information about the calendarserver-changes mailing list