[CalendarServer-changes] [10775] CalendarServer/trunk/twext/who/test/test_aggregate.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 21 10:11:19 PST 2013


Revision: 10775
          http://trac.calendarserver.org//changeset/10775
Author:   wsanchez at apple.com
Date:     2013-02-21 10:11:19 -0800 (Thu, 21 Feb 2013)
Log Message:
-----------
Stub

Added Paths:
-----------
    CalendarServer/trunk/twext/who/test/test_aggregate.py

Added: CalendarServer/trunk/twext/who/test/test_aggregate.py
===================================================================
--- CalendarServer/trunk/twext/who/test/test_aggregate.py	                        (rev 0)
+++ CalendarServer/trunk/twext/who/test/test_aggregate.py	2013-02-21 18:11:19 UTC (rev 10775)
@@ -0,0 +1,38 @@
+##
+# Copyright (c) 2013 Apple Inc. All rights reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+##
+
+"""
+Aggregate directory service tests
+"""
+
+from twext.who.aggregate import DirectoryService
+
+#from twext.who.test import test_directory
+from twext.who.test.test_xml import xmlService
+
+
+
+class BaseTest(object):
+    def service(self):
+        raise NotImplementedError(DirectoryService)
+
+    def xmlService(self, xmlData=None):
+        return xmlService(self.mktemp(), xmlData)
+
+
+
+#class DirectoryServiceTest(BaseTest, test_directory.DirectoryServiceTest):
+#    pass
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130221/8a46c04b/attachment-0001.html>


More information about the calendarserver-changes mailing list