[CalendarServer-changes] [12398] twext/trunk/twext/who/ldap/test/test_service.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:25:08 PDT 2014


Revision: 12398
          http://trac.calendarserver.org//changeset/12398
Author:   wsanchez at apple.com
Date:     2014-01-19 20:35:14 -0800 (Sun, 19 Jan 2014)
Log Message:
-----------
These pass now

Modified Paths:
--------------
    twext/trunk/twext/who/ldap/test/test_service.py

Modified: twext/trunk/twext/who/ldap/test/test_service.py
===================================================================
--- twext/trunk/twext/who/ldap/test/test_service.py	2014-01-20 04:33:43 UTC (rev 12397)
+++ twext/trunk/twext/who/ldap/test/test_service.py	2014-01-20 04:35:14 UTC (rev 12398)
@@ -112,42 +112,12 @@
 
 
 class DirectoryServiceQueryTestMixIn(BaseDirectoryServiceQueryTestMixIn):
-    def test_queryAnd(self):
-        return BaseDirectoryServiceQueryTestMixIn.test_queryAnd(self)
-
-    test_queryAnd.todo = "?"
-
-
-    def test_queryAndNoneFirst(self):
-        return BaseDirectoryServiceQueryTestMixIn.test_queryAndNoneFirst(self)
-
-    test_queryAndNoneFirst.todo = "?"
-
-
-    def test_queryAnd(self):
-        return BaseDirectoryServiceQueryTestMixIn.test_queryAnd(self)
-
-    test_queryAnd.todo = "?"
-
-
-    def test_queryOr(self):
-        return BaseDirectoryServiceQueryTestMixIn.test_queryOr(self)
-
-    test_queryOr.todo = "?"
-
-
     def test_queryNot(self):
         return BaseDirectoryServiceQueryTestMixIn.test_queryNot(self)
 
     test_queryNot.todo = "?"
 
 
-    def test_queryAnd(self):
-        return BaseDirectoryServiceQueryTestMixIn.test_queryAnd(self)
-
-    test_queryAnd.todo = "?"
-
-
     def test_queryNotNoIndex(self):
         return BaseDirectoryServiceQueryTestMixIn.test_queryNotNoIndex(self)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/776c53c6/attachment.html>


More information about the calendarserver-changes mailing list