[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/tests - testAuthenticationService.py:1.4
Gary Poster
gary@zope.com
Wed, 18 Dec 2002 14:15:04 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/tests
In directory cvs.zope.org:/tmp/cvs-serv17208/tests
Modified Files:
testAuthenticationService.py
Log Message:
removing IHomogenousContainer references
=== Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/tests/testAuthenticationService.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/tests/testAuthenticationService.py:1.3 Fri Dec 6 08:12:08 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/tests/testAuthenticationService.py Wed Dec 18 14:15:03 2002
@@ -104,12 +104,6 @@
auth = self._auth
self.assertEqual([auth['srichter']], auth.getPrincipals('srichter'))
- def testIsAddable(self):
- auth = self._auth
- self.assertEqual(1, auth.isAddable(IUser))
- self.assertEqual(0, auth.isAddable(IHTTPCredentials))
-
-
def test_suite():
return makeSuite(AuthServiceTest)