[CalendarServer-changes] [5493] CalendarServer/trunk/calendarserver/tools/test/test_principals.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 20 13:13:40 PDT 2010


Revision: 5493
          http://trac.macosforge.org/projects/calendarserver/changeset/5493
Author:   sagen at apple.com
Date:     2010-04-20 13:13:35 -0700 (Tue, 20 Apr 2010)
Log Message:
-----------
Typo

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/test/test_principals.py

Modified: CalendarServer/trunk/calendarserver/tools/test/test_principals.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/test/test_principals.py	2010-04-20 00:09:07 UTC (rev 5492)
+++ CalendarServer/trunk/calendarserver/tools/test/test_principals.py	2010-04-20 20:13:35 UTC (rev 5493)
@@ -26,10 +26,10 @@
 from calendarserver.tools.principals import parseCreationArgs, matchStrings
 
 
-class MangePrincipalsTestCase(TestCase):
+class ManagePrincipalsTestCase(TestCase):
 
     def setUp(self):
-        super(MangePrincipalsTestCase, self).setUp()
+        super(ManagePrincipalsTestCase, self).setUp()
 
         testRoot = os.path.join(os.path.dirname(__file__), "principals")
         templateName = os.path.join(testRoot, "caldavd.plist")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100420/93af627d/attachment.html>


More information about the calendarserver-changes mailing list