[CalendarServer-changes] [1230]
CalendarServer/branches/users/dreid/tap-tests/twistedcaldav/test/
test_tap.py
source_changes at macosforge.org
source_changes at macosforge.org
Wed Feb 21 13:49:23 PST 2007
Revision: 1230
http://trac.macosforge.org/projects/calendarserver/changeset/1230
Author: dreid at apple.com
Date: 2007-02-21 13:49:23 -0800 (Wed, 21 Feb 2007)
Log Message:
-----------
Some simple assertions of the correct class, break up AuthWrapper test
Modified Paths:
--------------
CalendarServer/branches/users/dreid/tap-tests/twistedcaldav/test/test_tap.py
Modified: CalendarServer/branches/users/dreid/tap-tests/twistedcaldav/test/test_tap.py
===================================================================
--- CalendarServer/branches/users/dreid/tap-tests/twistedcaldav/test/test_tap.py 2007-02-21 21:28:46 UTC (rev 1229)
+++ CalendarServer/branches/users/dreid/tap-tests/twistedcaldav/test/test_tap.py 2007-02-21 21:49:23 UTC (rev 1230)
@@ -455,3 +455,40 @@
root.getChild('calendars'),
CalDAVServiceMaker.calendarResourceClass))
+
+class DirectoryServiceTest(BaseServiceMakerTests):
+ """
+ Tests of the directory service
+ """
+
+ def test_sameDirectory(self):
+ """
+ Test that the principal hierarchy has a reference
+ to the same DirectoryService as the calendar hierarchy
+ """
+
+ test_sameDirectory.todo = "Not Implemented Yet"
+
+ def test_aggregateDirectory(self):
+ """
+ Assert that the base directory service is actually
+ an AggregateDirectoryService
+ """
+
+ test_aggregateDirectory.todo = "Not implemented yet"
+
+ def test_sudoDirectoryService(self):
+ """
+ Test that a sudo directory service is available if the
+ SudoersFile is set and exists
+ """
+
+ test_sudoDirectoryService.todo = "Not implemented yet"
+
+ def test_configuredDirectoryService(self):
+ """
+ Test that the real directory service is the directory service
+ set in the configuration file.
+ """
+
+ test_configuredDirectoryService.todo = "Not implemented yet"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070221/c15595f8/attachment.html
More information about the calendarserver-changes
mailing list